libraries/tcllib: Updated for version 1.21.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0fda9e903f
commit
903607e025
|
@ -29,8 +29,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tcllib
|
||||
VERSION=${VERSION:-1.20}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-1.21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tcllib"
|
||||
VERSION="1.20"
|
||||
VERSION="1.21"
|
||||
HOMEPAGE="http://core.tcl.tk/tcllib/"
|
||||
DOWNLOAD="https://core.tcl-lang.org/tcllib/uv/tcllib-1.20.tar.gz"
|
||||
MD5SUM="6997b159bd7fc2892fcd46d3e8c6aba7"
|
||||
DOWNLOAD="https://core.tcl-lang.org/tcllib/uv/tcllib-1.21.tar.gz"
|
||||
MD5SUM="daa445efcb4c459ee11c4f8dc933a685"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue