diff --git a/srcpkgs/tcl/template b/srcpkgs/tcl/template index b2e247d70ab..8844ea51630 100644 --- a/srcpkgs/tcl/template +++ b/srcpkgs/tcl/template @@ -1,6 +1,6 @@ # Template file for 'tcl' pkgname=tcl -version=8.6.12 +version=8.6.13 revision=1 build_wrksrc=unix build_style=gnu-configure @@ -13,15 +13,11 @@ short_desc="TCL scripting language" maintainer="Orphaned " license="TCL" homepage="http://www.tcl.tk" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}${version}-src.tar.gz" -checksum=26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6 +distfiles="${SOURCEFORGE_SITE}/tcl/tcl${version}-src.tar.gz" +checksum=43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066 shlib_provides="libtcl${version%.*}.so" -post_extract() { - vsed -i pkgs/sqlite*/Makefile.in -e 's/-DSQLITE_API=MODULE_SCOPE//g' -} - do_check() { # thread-4.5 and thread-5* are skipped because they test UB make test TESTFLAGS="-skip 'thread-4.5 thread-5*'"