From 4c556b4136292b64473fcc76fc34f3165fcd9238 Mon Sep 17 00:00:00 2001 From: zenobit Date: Thu, 5 Jan 2023 21:07:12 +0100 Subject: [PATCH] tcl: update to 8.6.13 --- srcpkgs/tcl/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/tcl/template b/srcpkgs/tcl/template index b2e247d70ab8..8844ea516306 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*'"