diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-11-06 20:24:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-11-07 03:00:02 +0100 |
commit | bd953aa8c3d07ab46316ac6b5af07721202faf16 (patch) | |
tree | 355a1498a3818b9080019966f56bad4111d327b9 /source/tcl/tk | |
parent | bda0a08bfe7825d51ae2daad4d2f3d2be82220ba (diff) | |
download | current-bd953aa8c3d07ab46316ac6b5af07721202faf16.tar.gz |
Sat Nov 6 20:24:12 UTC 202120211106202412
a/kernel-generic-5.15.1-x86_64-1.txz: Upgraded.
a/kernel-huge-5.15.1-x86_64-1.txz: Upgraded.
a/kernel-modules-5.15.1-x86_64-1.txz: Upgraded.
ap/ksh93-20211105_77827c5-x86_64-1.txz: Upgraded.
Switched to ksh93u+m. Thanks to aikempshall and GazL.
d/kernel-headers-5.15.1-x86-1.txz: Upgraded.
k/kernel-source-5.15.1-noarch-1.txz: Upgraded.
l/libxml2-2.9.12-x86_64-4.txz: Rebuilt.
Patched to fix python3 unicode errors. Thanks to Daedra.
l/python-pycparser-2.21-x86_64-1.txz: Upgraded.
l/vte-0.66.1-x86_64-1.txz: Upgraded.
tcl/tcl-8.6.12-x86_64-1.txz: Upgraded.
tcl/tk-8.6.12-x86_64-1.txz: Upgraded.
xap/pan-0.148-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/tcl/tk')
-rwxr-xr-x | source/tcl/tk/tk.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/tcl/tk/tk.SlackBuild b/source/tcl/tk/tk.SlackBuild index c025b44e..a1580849 100755 --- a/source/tcl/tk/tk.SlackBuild +++ b/source/tcl/tk/tk.SlackBuild @@ -23,9 +23,9 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tk -VERSION=${VERSION:-8.6.11.1} +VERSION=${VERSION:-8.6.12} # See also version number 8.6 in the symlinks below...) -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |