aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-06-01 18:31:24 -0700
committerRosen Penev <rosenp@gmail.com>2021-06-01 23:08:47 -0700
commit396a06e6f39e96ce76e34631a858d189b16cfb94 (patch)
treebdf4ce936178e5d471d3e566e3d52be195a68e23 /lang/tcl
parentd49f59cfc5471096322c038e5b5ce043ced7339a (diff)
tcl: update to 8.6.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang/tcl')
-rw-r--r--lang/tcl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index 8efd4e771..65930f4a5 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=tcl
TCL_MAJOR_VERSION:=8.6
-PKG_VERSION:=${TCL_MAJOR_VERSION}.10
-PKG_RELEASE:=2
+PKG_VERSION:=${TCL_MAJOR_VERSION}.11
+PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION)-src.tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_HASH:=5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed
+PKG_HASH:=8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)$(PKG_VERSION)
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)$(PKG_VERSION)