diff options
Diffstat (limited to 'system/slackrepo/slackrepo.SlackBuild')
-rw-r--r-- | system/slackrepo/slackrepo.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/slackrepo/slackrepo.SlackBuild b/system/slackrepo/slackrepo.SlackBuild index e6ea53ce755a6..b1cf7f5564887 100644 --- a/system/slackrepo/slackrepo.SlackBuild +++ b/system/slackrepo/slackrepo.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for slackrepo # Copyright 2017-2022 Andrew Clemons, Wellington New Zealand -# Copyright 2022-2023 Andrew Clemons, Tokyo Japan +# Copyright 2022-2024 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slackrepo -VERSION=${VERSION:-20231111} +VERSION=${VERSION:-20240126} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |