diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2023-05-14 13:02:19 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 10:54:41 +0700 |
commit | c7648c05f5557f1b2c5288d84826924354dd652d (patch) | |
tree | 4c903a7e588c78dab4899dc361d5315519402384 /system/hstr | |
parent | e223412aa1d6fcb92b9a8ef50519077a9e501e5b (diff) |
system/hstr: Updated for version 3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hstr')
-rw-r--r-- | system/hstr/hstr.SlackBuild | 4 | ||||
-rw-r--r-- | system/hstr/hstr.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/hstr/hstr.SlackBuild b/system/hstr/hstr.SlackBuild index a25e3c5c5d597..81d240be61455 100644 --- a/system/hstr/hstr.SlackBuild +++ b/system/hstr/hstr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hstr -# Copyright 2014-2022 Zhu Qun-Ying +# Copyright 2014-2023 Zhu Qun-Ying # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hstr -VERSION=${VERSION:-2.6} +VERSION=${VERSION:-3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/hstr/hstr.info b/system/hstr/hstr.info index 6bdab8c71be29..50a29716b67c0 100644 --- a/system/hstr/hstr.info +++ b/system/hstr/hstr.info @@ -1,8 +1,8 @@ PRGNAM="hstr" -VERSION="2.6" +VERSION="3.1" HOMEPAGE="https://github.com/dvorka/hstr" -DOWNLOAD="https://github.com/dvorka/hstr/archive/2.6/hstr-2.6.tar.gz" -MD5SUM="050724e3a9449f5c293d66036acb5caf" +DOWNLOAD="https://github.com/dvorka/hstr/archive/3.1/hstr-3.1.tar.gz" +MD5SUM="5d647f3b2fc4615b14eaeaaf5b27e4f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |