diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-12-19 16:52:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 16:52:40 +0200 |
commit | b191a875be7d978fe1ae7099bff56d866688747a (patch) | |
tree | fbbc71931b18b0dc645881cc7c30178c1f171477 /lang | |
parent | 024a554fbd7d940949db1cd88bc3222090ea9d8d (diff) | |
parent | dda7047768ee41b10cbec1b8b46ad104cd4a9b2f (diff) |
Merge pull request #7684 from neheb/patch-4
tcp: Update to 8.6.9
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index ecb34f7d9..2f75f493d 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}.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 <joe@mistachkin.com> @@ -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 |