diff options
-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="" |