diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-01-07 10:15:13 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:49:46 +0700 |
commit | ba4f12ae0d8cd5d241287a19486eb6eee99d4e51 (patch) | |
tree | 131f7d4d257a4271ad03593f51d1905495a486ee /system | |
parent | 25cbf7a823749764d7edfaa183f74682128d97ec (diff) |
system/slackrepo-hints: Updated for version 20230107.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/slackrepo-hints/slackrepo-hints.SlackBuild | 4 | ||||
-rw-r--r-- | system/slackrepo-hints/slackrepo-hints.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/slackrepo-hints/slackrepo-hints.SlackBuild b/system/slackrepo-hints/slackrepo-hints.SlackBuild index 25434d04332e..99bc2b3b6f9e 100644 --- a/system/slackrepo-hints/slackrepo-hints.SlackBuild +++ b/system/slackrepo-hints/slackrepo-hints.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for slackrepo-hints # Copyright 2017-2022 Andrew Clemons, Wellington New Zealand -# Copyright 2022 Andrew Clemons, Tokyo Japan +# Copyright 2022-2023 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-hints -VERSION=${VERSION:-20221231} +VERSION=${VERSION:-20230107} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slackrepo-hints/slackrepo-hints.info b/system/slackrepo-hints/slackrepo-hints.info index 8faf2489226c..c1f55edd9683 100644 --- a/system/slackrepo-hints/slackrepo-hints.info +++ b/system/slackrepo-hints/slackrepo-hints.info @@ -1,8 +1,8 @@ PRGNAM="slackrepo-hints" -VERSION="20221231" +VERSION="20230107" HOMEPAGE="https://github.com/aclemons/slackrepo-hints" -DOWNLOAD="https://github.com/aclemons/slackrepo-hints/archive/v20221231/slackrepo-hints-20221231.tar.gz" -MD5SUM="81af59fb36de060623b2d697a125e67f" +DOWNLOAD="https://github.com/aclemons/slackrepo-hints/archive/v20230107/slackrepo-hints-20230107.tar.gz" +MD5SUM="a931edd91ba1916c0d79af650c0c368a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |