summaryrefslogtreecommitdiff
path: root/tk
diff options
context:
space:
mode:
Diffstat (limited to 'tk')
-rw-r--r--tk/.signature6
-rw-r--r--tk/Pkgfile4
2 files changed, 5 insertions, 5 deletions
diff --git a/tk/.signature b/tk/.signature
index e8966acf1..1f3deaee0 100644
--- a/tk/.signature
+++ b/tk/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3xoZfwfjC83J+iEPACuty43Zv52r+LHxwIQDKTNadjs0xoNcwaSRtIwma/Nyrdfott3yMIW3s48S859BdXQMPQI=
-SHA256 (Pkgfile) = e1c267f131f82b3d61781755a977de8557e39c9fe05b4dba9a004ea4fb313219
+RWSagIOpLGJF3/m1jepo6nwk3EviOyByLEUdmT+Z1obJ6yHGta6uBkIU7MmbZxU/+JrOyxWrMWNgi6PmGnXidLsZws0XN+XqMwA=
+SHA256 (Pkgfile) = e8289f4f8795f7a96193e0e5c1a0d860b39c150f3dcbab862eb9a7875a76223b
SHA256 (.footprint) = eb4ef349c4d3aeea3deafbccb6dbcc495f79dab79787983823f0bd371764923b
-SHA256 (tk8.6.11.1-src.tar.gz) = 006cab171beeca6a968b6d617588538176f27be232a2b334a0e96173e89909be
+SHA256 (tk8.6.12-src.tar.gz) = 12395c1f3fcb6bed2938689f797ea3cdf41ed5cb6c4766eec8ac949560310630
diff --git a/tk/Pkgfile b/tk/Pkgfile
index 2b491f6a4..2738cf144 100644
--- a/tk/Pkgfile
+++ b/tk/Pkgfile
@@ -4,8 +4,8 @@
# Depends on: xorg-libxft tcl
name=tk
-version=8.6.11.1
-_version=${version%.*}
+version=8.6.12
+_version=$(echo $version | awk -F'.' '{if (NF <= '2') {print $0} else {print $1 "." $2 "." $3}}')
release=1
source=(https://downloads.sourceforge.net/project/tcl/Tcl/$_version/$name$version-src.tar.gz)

Generated by cgit