summaryrefslogtreecommitdiffstats
path: root/source/tcl
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-11-22 22:09:33 +0000
committer Eric Hameleers <alien@slackware.com>2019-11-23 08:59:50 +0100
commitbdd7acee1ce88958c9a3975d3a6f6e960d77afe5 (patch)
tree9f9bb3cf5d93905c41bddc813b399568d94e5ffd /source/tcl
parent959b52c38191e821477eaa53320780eab10177b5 (diff)
downloadcurrent-bdd7acee1ce88958c9a3975d3a6f6e960d77afe5.tar.gz
current-bdd7acee1ce88958c9a3975d3a6f6e960d77afe5.tar.xz
Fri Nov 22 22:09:33 UTC 201920191122220933
l/gvfs-1.42.2-x86_64-1.txz: Upgraded. l/pcre2-10.34-x86_64-1.txz: Upgraded. tcl/tcl-8.6.10-x86_64-1.txz: Upgraded. tcl/tk-8.6.10-x86_64-1.txz: Upgraded. x/mesa-19.2.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/tcl')
-rwxr-xr-xsource/tcl/tcl/tcl.SlackBuild4
-rwxr-xr-xsource/tcl/tk/tk.SlackBuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/source/tcl/tcl/tcl.SlackBuild b/source/tcl/tcl/tcl.SlackBuild
index 5f8976ec7..0f6ab0d6c 100755
--- a/source/tcl/tcl/tcl.SlackBuild
+++ b/source/tcl/tcl/tcl.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2012, 2013, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2012, 2013, 2016, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tcl
-VERSION=${VERSION:-8.6.9}
+VERSION=${VERSION:-8.6.10}
# See also version number 8.6 in the symlinks below...)
BUILD=${BUILD:-1}
diff --git a/source/tcl/tk/tk.SlackBuild b/source/tcl/tk/tk.SlackBuild
index f7298e2c6..1e8bbd767 100755
--- a/source/tcl/tk/tk.SlackBuild
+++ b/source/tcl/tk/tk.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2012, 2013, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2012, 2013, 2016, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tk
-VERSION=${VERSION:-8.6.9.1}
+VERSION=${VERSION:-8.6.10}
# See also version number 8.6 in the symlinks below...)
BUILD=${BUILD:-1}
@@ -84,7 +84,7 @@ find . \
-exec chmod 644 {} \+
mkdir -p $PKG/usr/doc/tk$VERSION
-cp -a README license.terms $PKG/usr/doc/tk$VERSION
+cp -a README* license.terms $PKG/usr/doc/tk$VERSION
cd unix
CFLAGS="$SLKCFLAGS" \