diff options
Diffstat (limited to 'main/tcl')
-rw-r--r-- | main/tcl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tcl/APKBUILD b/main/tcl/APKBUILD index d557705656..de954639f1 100644 --- a/main/tcl/APKBUILD +++ b/main/tcl/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=tcl -pkgver=8.5.10 +pkgver=8.5.11 pkgrel=0 pkgdesc="The Tcl scripting language" url="http://tcl.sourceforge.net/" @@ -35,4 +35,4 @@ package() { -e "s,^TCL_LD_SEARCH_FLAGS='\(.*\)',TCL_LD_SEARCH_FLAGS='\1:/usr/lib'," \ "${pkgdir}"/usr/lib/tclConfig.sh } -md5sums="a08eaf8467c0631937067c1948dd326b tcl8.5.10-src.tar.gz" +md5sums="b01a9691c83990b3db0ce62d1012ca67 tcl8.5.11-src.tar.gz" |