diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2022-12-13 22:22:02 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 10:42:31 +0700 |
commit | 852de697e216b7316317874068ed8ead6e02f15f (patch) | |
tree | 446991f3977ecfaa9cf0f3ed2cc9bbbd3c7499ab | |
parent | 276b04fa24a7cbe5b8f468f68e70eadec8e5b61d (diff) |
system/hstr: Updated for version 2.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/hstr/hstr.SlackBuild | 2 | ||||
-rw-r--r-- | system/hstr/hstr.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/hstr/hstr.SlackBuild b/system/hstr/hstr.SlackBuild index dbc2e044fe61..a25e3c5c5d59 100644 --- a/system/hstr/hstr.SlackBuild +++ b/system/hstr/hstr.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hstr -VERSION=${VERSION:-2.5} +VERSION=${VERSION:-2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/hstr/hstr.info b/system/hstr/hstr.info index 88bd63286876..6bdab8c71be2 100644 --- a/system/hstr/hstr.info +++ b/system/hstr/hstr.info @@ -1,8 +1,8 @@ PRGNAM="hstr" -VERSION="2.5" +VERSION="2.6" HOMEPAGE="https://github.com/dvorka/hstr" -DOWNLOAD="https://github.com/dvorka/hstr/archive/2.5/hstr-2.5.tar.gz" -MD5SUM="62a81abfac268f12bab574f0f49d89bd" +DOWNLOAD="https://github.com/dvorka/hstr/archive/2.6/hstr-2.6.tar.gz" +MD5SUM="050724e3a9449f5c293d66036acb5caf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |