mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/hstr: Updated for version 2.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5e1ed2bb98
commit
58cf870287
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hstr
|
||||
|
||||
# Copyright 2014-2019 Zhu Qun-Ying
|
||||
# Copyright 2014-2022 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.2}
|
||||
VERSION=${VERSION:-2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hstr"
|
||||
VERSION="2.2"
|
||||
VERSION="2.5"
|
||||
HOMEPAGE="https://github.com/dvorka/hstr"
|
||||
DOWNLOAD="https://github.com/dvorka/hstr/archive/2.2/hstr-2.2.tar.gz"
|
||||
MD5SUM="941138a88005e3e17a9f81c82fa2906d"
|
||||
DOWNLOAD="https://github.com/dvorka/hstr/archive/2.5/hstr-2.5.tar.gz"
|
||||
MD5SUM="62a81abfac268f12bab574f0f49d89bd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue