tcl: Update to 8.6.9
authorRosen Penev <[email protected]>
Sun, 16 Dec 2018 15:16:22 +0000 (07:16 -0800)
committerRosen Penev <[email protected]>
Mon, 17 Dec 2018 17:14:02 +0000 (09:14 -0800)
Signed-off-by: Rosen Penev <[email protected]>
lang/tcl/Makefile

index ecb34f7d9428b31b5fd0fefafaac0f056df4572e..2f75f493dea9bc538c374aace5bf6be1b6785398 100644 (file)
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tcl
 TCL_MAJOR_VERSION:=8.6
-PKG_VERSION:=${TCL_MAJOR_VERSION}.8
+PKG_VERSION:=${TCL_MAJOR_VERSION}.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION)-src.tar.gz
 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_HASH:=c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a
+PKG_HASH:=ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e
 PKG_LICENSE:=TCL
 PKG_LICENSE_FILES:=license.terms
 PKG_MAINTAINER:=Joe Mistachkin <[email protected]>
@@ -34,7 +34,7 @@ define Package/tcl
   CATEGORY:=Languages
   DEPENDS:=+libpthread +zlib
   TITLE:=The Tcl language
-  URL:=http://www.tcl.tk/
+  URL:=https://www.tcl.tk/
 endef
 
 define Package/tcl/description