diff options
-rw-r--r-- | system/hardinfo2/hardinfo2.SlackBuild | 4 | ||||
-rw-r--r-- | system/hardinfo2/hardinfo2.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/system/hardinfo2/hardinfo2.SlackBuild b/system/hardinfo2/hardinfo2.SlackBuild index 586dbf1308..469ec1f341 100644 --- a/system/hardinfo2/hardinfo2.SlackBuild +++ b/system/hardinfo2/hardinfo2.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20241006 bkw: update for v2.1.17. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hardinfo2 -VERSION=${VERSION:-2.1.14} +VERSION=${VERSION:-2.1.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/hardinfo2/hardinfo2.info b/system/hardinfo2/hardinfo2.info index 5fd14f061a..fbf9dcdec7 100644 --- a/system/hardinfo2/hardinfo2.info +++ b/system/hardinfo2/hardinfo2.info @@ -1,8 +1,8 @@ PRGNAM="hardinfo2" -VERSION="2.1.14" +VERSION="2.1.17" HOMEPAGE="https://www.hardinfo2.org" -DOWNLOAD="https://github.com/hardinfo2/hardinfo2/archive/release-2.1.14/hardinfo2-release-2.1.14.tar.gz" -MD5SUM="d50e06449c90bd568efd0a82e0b19490" +DOWNLOAD="https://github.com/hardinfo2/hardinfo2/archive/release-2.1.17/hardinfo2-release-2.1.17.tar.gz" +MD5SUM="9f3a2ccc0a258debae5971ac1326639e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |