mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/itcl: Updated to build on 13.37
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
79bd88c533
commit
8a38506c74
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ VERSION=${VERSION:-3.4b1}
|
|||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
TCL=${TCL:-8.5.8}
|
||||
TCL=${TCL:-8.5.9}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="itcl"
|
||||
VERSION="3.4b1"
|
||||
HOMEPAGE="http://incrtcl.sourceforge.net/itcl/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/incrtcl/files/%5BIncr%20Tcl_Tk%5D-source/3.4/itcl3.4b1.tar.gz/download \
|
||||
http://slackware.osuosl.org/slackware-13.1/source/tcl/tcl/tcl8.5.8-src.tar.xz"
|
||||
DOWNLOAD="http://sourceforge.net/projects/incrtcl/files/%5BIncr%20Tcl_Tk%5D-source/3.4/itcl3.4b1.tar.gz \
|
||||
http://slackware.osuosl.org/slackware-13.37/source/tcl/tcl/tcl8.5.9-src.tar.xz"
|
||||
MD5SUM="e4c97750c08ab47e960b91911fdd0132 \
|
||||
136953519e0b1dcfeb960de1f35601fb"
|
||||
c1e4eea4afdd9a8f8888d5b7c481122d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Richard Ellis"
|
||||
|
|
Loading…
Reference in a new issue