From c2fb67c70c6e4d8ff1f84c1f6a455e9f0837027f 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 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/tcl/template b/srcpkgs/tcl/template index b2e247d70ab8..0926d7cd9d4e 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 @@ -14,14 +14,10 @@ maintainer="Orphaned " license="TCL" homepage="http://www.tcl.tk" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}${version}-src.tar.gz" -checksum=26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6 +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*'"