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 edfdbcff68..70c1541bf9 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. +# 20250328 bkw: update for v1.8. # 20250126 bkw: update for v1.6. # 20240813 bkw: # - update for v1.0.15. @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mount-zip -VERSION=${VERSION:-1.6} +VERSION=${VERSION:-1.8} 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 7879e1e292..d2576ec813 100644 --- a/system/mount-zip/mount-zip.info +++ b/system/mount-zip/mount-zip.info @@ -1,8 +1,8 @@ PRGNAM="mount-zip" -VERSION="1.6" +VERSION="1.8" HOMEPAGE="https://github.com/google/mount-zip" -DOWNLOAD="https://github.com/google/mount-zip/archive/v1.6/mount-zip-1.6.tar.gz" -MD5SUM="cc4ab6ab6d0c7e3d02db28b733692701" +DOWNLOAD="https://github.com/google/mount-zip/archive/v1.8/mount-zip-1.8.tar.gz" +MD5SUM="51e2cac045e8feb4db8ce3aa98793bd8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |