diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-08-06 07:16:59 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:16:00 +0700 |
commit | 914eac91c8e3a609b290bce0da46d73fc128cc13 (patch) | |
tree | 12b91b8da45a9b8b87f7d8c543f4d8559f1a7dc0 | |
parent | 59d7ce69b09735351deb749c84a1e188ebe921c7 (diff) |
system/slackrepo-hints: Updated for version 20220805.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/slackrepo-hints/slackrepo-hints.SlackBuild | 3 | ||||
-rw-r--r-- | system/slackrepo-hints/slackrepo-hints.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/slackrepo-hints/slackrepo-hints.SlackBuild b/system/slackrepo-hints/slackrepo-hints.SlackBuild index bcbad07ab60e0..fd46e8640ef11 100644 --- a/system/slackrepo-hints/slackrepo-hints.SlackBuild +++ b/system/slackrepo-hints/slackrepo-hints.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for slackrepo-hints # Copyright 2017-2022 Andrew Clemons, Wellington New Zealand +# Copyright 2022 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slackrepo-hints -VERSION=${VERSION:-20220527} +VERSION=${VERSION:-20220805} 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 28055dfcaca35..42954838825a1 100644 --- a/system/slackrepo-hints/slackrepo-hints.info +++ b/system/slackrepo-hints/slackrepo-hints.info @@ -1,8 +1,8 @@ PRGNAM="slackrepo-hints" -VERSION="20220527" +VERSION="20220805" HOMEPAGE="https://github.com/aclemons/slackrepo-hints" -DOWNLOAD="https://github.com/aclemons/slackrepo-hints/archive/v20220527/slackrepo-hints-20220527.tar.gz" -MD5SUM="012755661fb05230251824a75d2eee68" +DOWNLOAD="https://github.com/aclemons/slackrepo-hints/archive/v20220805/slackrepo-hints-20220805.tar.gz" +MD5SUM="7d60e6e5d820d7831f2f95102ffee3c1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |