diff options
author | B. Watson <urchlay@slackware.uk> | 2025-01-26 15:24:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-01 10:17:22 +0700 |
commit | 588f7b64115cac3141a339b739dcf3faacf3ac81 (patch) | |
tree | e891beffa751d26300f40632abfc0b791d276ebf | |
parent | 25b3460746df94205014da0d19c7596d367d0873 (diff) |
system/mount-zip: Updated for version 1.6.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/mount-zip/mount-zip.SlackBuild | 3 | ||||
-rw-r--r-- | system/mount-zip/mount-zip.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/mount-zip/mount-zip.SlackBuild b/system/mount-zip/mount-zip.SlackBuild index 627d1d0626..edfdbcff68 100644 --- a/system/mount-zip/mount-zip.SlackBuild +++ b/system/mount-zip/mount-zip.SlackBuild @@ -7,6 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250126 bkw: update for v1.6. # 20240813 bkw: # - update for v1.0.15. # - patch for old libzip version no longer applies, but it's also @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mount-zip -VERSION=${VERSION:-1.0.15} +VERSION=${VERSION:-1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/mount-zip/mount-zip.info b/system/mount-zip/mount-zip.info index 5d24639793..7879e1e292 100644 --- a/system/mount-zip/mount-zip.info +++ b/system/mount-zip/mount-zip.info @@ -1,8 +1,8 @@ PRGNAM="mount-zip" -VERSION="1.0.15" +VERSION="1.6" HOMEPAGE="https://github.com/google/mount-zip" -DOWNLOAD="https://github.com/google/mount-zip/archive/v1.0.15/mount-zip-1.0.15.tar.gz" -MD5SUM="f85142dceb5481a2eb97367bee264e5f" +DOWNLOAD="https://github.com/google/mount-zip/archive/v1.6/mount-zip-1.6.tar.gz" +MD5SUM="cc4ab6ab6d0c7e3d02db28b733692701" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |