diff options
Diffstat (limited to 'system/archivemount')
-rw-r--r-- | system/archivemount/archivemount.SlackBuild | 4 | ||||
-rw-r--r-- | system/archivemount/archivemount.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/system/archivemount/archivemount.SlackBuild b/system/archivemount/archivemount.SlackBuild index b08b4a18bf..9451b8f1b9 100644 --- a/system/archivemount/archivemount.SlackBuild +++ b/system/archivemount/archivemount.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250617 bkw: Update for v1b. + # 20241126 bkw: Update for v1. This is a new upstream, because the # previous one is deceased. The build system moved from autotools # to a normal Makefile. @@ -17,7 +19,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=archivemount -VERSION=${VERSION:-1} +VERSION=${VERSION:-1b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/archivemount/archivemount.info b/system/archivemount/archivemount.info index 2e890ebbee..a7f13dfd25 100644 --- a/system/archivemount/archivemount.info +++ b/system/archivemount/archivemount.info @@ -1,8 +1,8 @@ PRGNAM="archivemount" -VERSION="1" +VERSION="1b" HOMEPAGE="https://sr.ht/~nabijaczleweli/archivemount-ng/" -DOWNLOAD="https://slackware.uk/~urchlay/src/archivemount_1.orig.tar.gz" -MD5SUM="17803c8135b13a0cd8f7e37a4810222c" +DOWNLOAD="http://deb.debian.org/debian/pool/main/a/archivemount/archivemount_1b.orig.tar.gz" +MD5SUM="45d9a318273752a56ec2dd24467a1b56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |