system/hstr: Updated for version 3.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e223412aa1
commit
c7648c05f5
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue