diff options
Diffstat (limited to 'system/archivemount/archivemount.SlackBuild')
-rw-r--r-- | system/archivemount/archivemount.SlackBuild | 4 |
1 files changed, 3 insertions, 1 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} |