summaryrefslogtreecommitdiffstats
path: root/system/isomd5sum
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-06-14 15:19:41 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-15 18:36:03 +0700
commit750068af9eaeeb9cb858b67af70ac79aaf20dbc2 (patch)
treed6f3967b76a2dca5610d8bac3c014df47a4d6368 /system/isomd5sum
parentd99c460c70bc99c660f44138feea155672504516 (diff)
downloadslackbuilds-750068af9eaeeb9cb858b67af70ac79aaf20dbc2.tar.gz
slackbuilds-750068af9eaeeb9cb858b67af70ac79aaf20dbc2.tar.xz
system/isomd5sum: Updated for version 1.2.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/isomd5sum')
-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=""