diff options
Diffstat (limited to 'development/reuse-tool/reuse-tool.SlackBuild')
-rw-r--r-- | development/reuse-tool/reuse-tool.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/development/reuse-tool/reuse-tool.SlackBuild b/development/reuse-tool/reuse-tool.SlackBuild index b7a4b63117..589b53862f 100644 --- a/development/reuse-tool/reuse-tool.SlackBuild +++ b/development/reuse-tool/reuse-tool.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for reuse-tool -# Copyright 2022-2024 Vijay Marcel +# Copyright 2022-2025 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,17 +25,16 @@ ##########################################changelog############################ # 05/11/2022: Added to slackbuilds.org - # 15/05/2023: updated Deps and Updated to version 1.1.2 - # 10/04/2024: updated to version 4.0.3 +# 19/02/2025: updated to version 5.0.2 ################################################################################# cd $(dirname $0) ; CWD=$(pwd) PRGNAM=reuse-tool -VERSION=${VERSION:-4.0.3} +VERSION=${VERSION:-5.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |