From c2186c19d80eef9d5241d86240bf725522c53b42 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 2 Jun 2015 20:20:59 +0000 Subject: [PATCH] libmwaw: bump version. --- app-text/libmwaw/libmwaw-0.3.5.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/libmwaw/libmwaw-0.3.5.recipe b/app-text/libmwaw/libmwaw-0.3.5.recipe index 280a4e739..59cd1dc08 100644 --- a/app-text/libmwaw/libmwaw-0.3.5.recipe +++ b/app-text/libmwaw/libmwaw-0.3.5.recipe @@ -15,9 +15,9 @@ Laurent Alonso David Tardon " REVISION="1" -CHECKSUM_SHA256="6494f8e47cc71c65bf09e47e32049f07a90c71d2431123ad2d496f7d59c2169d" +CHECKSUM_SHA256="fe71b7f120aca311a977569f51ffb258e824616db6afbb29ea0072398fc4c9b4" -ARCHITECTURES="x86 ?x86_64" +ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building # for a different secondary architecture. @@ -34,7 +34,7 @@ PROVIDES=" cmd:mwaw2text$secondaryArchSuffix cmd:mwawFile$secondaryArchSuffix cmd:mwawZip$secondaryArchSuffix - lib:libmwaw_0.3$secondaryArchSuffix = 3.0.3 compat >= 3 + lib:libmwaw_0.3$secondaryArchSuffix = 3.0.5 compat >= 3 " REQUIRES=" haiku$secondaryArchSuffix @@ -91,7 +91,7 @@ INSTALL() PROVIDES_devel=" libmwaw${secondaryArchSuffix}_devel = $portVersion - devel:libmwaw_0.3$secondaryArchSuffix = 3.0.3 compat >= 3 + devel:libmwaw_0.3$secondaryArchSuffix = 3.0.5 compat >= 3 " REQUIRES_devel=" libmwaw$secondaryArchSuffix == $portVersion base