diff options
-rw-r--r-- | graphics/mapcrafter/mapcrafter.SlackBuild | 8 | ||||
-rw-r--r-- | graphics/mapcrafter/mapcrafter.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/mapcrafter/mapcrafter.SlackBuild b/graphics/mapcrafter/mapcrafter.SlackBuild index 25ebaee47771..1aefc0485981 100644 --- a/graphics/mapcrafter/mapcrafter.SlackBuild +++ b/graphics/mapcrafter/mapcrafter.SlackBuild @@ -25,13 +25,13 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mapcrafter -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/graphics/mapcrafter/mapcrafter.info b/graphics/mapcrafter/mapcrafter.info index 81fc85a91189..da1e12942cf5 100644 --- a/graphics/mapcrafter/mapcrafter.info +++ b/graphics/mapcrafter/mapcrafter.info @@ -1,8 +1,8 @@ PRGNAM="mapcrafter" -VERSION="2.3" +VERSION="2.3.1" HOMEPAGE="https://mapcrafter.org/" -DOWNLOAD="https://github.com/mapcrafter/mapcrafter/archive/v.2.3.tar.gz" -MD5SUM="487c8f9e7ba21725516db04ec2a4ef61" +DOWNLOAD="https://github.com/mapcrafter/mapcrafter/archive/v.2.3.1.tar.gz" +MD5SUM="9a63fbeb841eef9932dda8644f038f3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |