diff options
-rw-r--r-- | system/isomd5sum/isomd5sum.SlackBuild | 3 | ||||
-rw-r--r-- | system/isomd5sum/isomd5sum.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/isomd5sum/isomd5sum.SlackBuild b/system/isomd5sum/isomd5sum.SlackBuild index 91d56fb0a550..59667309e9fb 100644 --- a/system/isomd5sum/isomd5sum.SlackBuild +++ b/system/isomd5sum/isomd5sum.SlackBuild @@ -8,12 +8,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180611 bkw: update for v1.2.3 # 20171214 bkw: update for v1.2.2 # 20170614 bkw: update for v1.2.1 # 20170302 bkw: use long-format github URL PRGNAM=isomd5sum -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/isomd5sum/isomd5sum.info b/system/isomd5sum/isomd5sum.info index 5e50a3aab869..8d03f921d4b3 100644 --- a/system/isomd5sum/isomd5sum.info +++ b/system/isomd5sum/isomd5sum.info @@ -1,8 +1,8 @@ PRGNAM="isomd5sum" -VERSION="1.2.2" +VERSION="1.2.3" HOMEPAGE="https://github.com/rhinstaller/isomd5sum/" -DOWNLOAD="https://github.com/rhinstaller/isomd5sum/archive/1.2.2/isomd5sum-1.2.2.tar.gz" -MD5SUM="7107996ac6d1c220661a3b38e303180c" +DOWNLOAD="https://github.com/rhinstaller/isomd5sum/archive/1.2.3/isomd5sum-1.2.3.tar.gz" +MD5SUM="c4e04bba46a162ff60ca6dea04ab3e21" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |