summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/isomd5sum/isomd5sum.SlackBuild10
-rw-r--r--system/isomd5sum/isomd5sum.info6
2 files changed, 10 insertions, 6 deletions
diff --git a/system/isomd5sum/isomd5sum.SlackBuild b/system/isomd5sum/isomd5sum.SlackBuild
index 13ba5aed07..3453662b3e 100644
--- a/system/isomd5sum/isomd5sum.SlackBuild
+++ b/system/isomd5sum/isomd5sum.SlackBuild
@@ -8,10 +8,11 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170614 bkw: update for v1.2.1
# 20170302 bkw: use long-format github URL
PRGNAM=isomd5sum
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,8 +57,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-sed -i 's,/usr/share/man,/usr/man,' Makefile
-sed -i -e 's/-Werror/ /' Makefile
+sed -i \
+ -e 's,/usr/share/man,/usr/man,' \
+ -e 's/-Werror/ /' \
+ -e "s,-O3,$SLKCFLAGS", \
+ Makefile
# Build & install binaries, libs, and python2 support:
make -j1 \
diff --git a/system/isomd5sum/isomd5sum.info b/system/isomd5sum/isomd5sum.info
index 52f4f726bf..9cdde493aa 100644
--- a/system/isomd5sum/isomd5sum.info
+++ b/system/isomd5sum/isomd5sum.info
@@ -1,8 +1,8 @@
PRGNAM="isomd5sum"
-VERSION="1.1.0"
+VERSION="1.2.1"
HOMEPAGE="https://github.com/rhinstaller/isomd5sum/"
-DOWNLOAD="https://github.com/rhinstaller/isomd5sum/archive/1.1.0/isomd5sum-1.1.0.tar.gz"
-MD5SUM="eac79ba8ecc16034339a8675a989833e"
+DOWNLOAD="https://github.com/rhinstaller/isomd5sum/archive/1.2.1/isomd5sum-1.2.1.tar.gz"
+MD5SUM="b2bc8e63e5be588ce3039b0801a6b21b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""