mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/tcllib: Updated for version 2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
994babd836
commit
3de8201924
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tcllib
|
||||
VERSION=${VERSION:-1.21}
|
||||
VERSION=${VERSION:-2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tcllib"
|
||||
VERSION="1.21"
|
||||
VERSION="2.0"
|
||||
HOMEPAGE="http://core.tcl.tk/tcllib/"
|
||||
DOWNLOAD="https://core.tcl-lang.org/tcllib/uv/tcllib-1.21.tar.gz"
|
||||
MD5SUM="daa445efcb4c459ee11c4f8dc933a685"
|
||||
DOWNLOAD="https://core.tcl-lang.org/tcllib/uv/tcllib-2.0.tar.gz"
|
||||
MD5SUM="7a6583b88160fe2040fab74309881c3e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue