diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/l/pcre2/pcre2.url | 2 | ||||
-rwxr-xr-x | source/tcl/tcl/tcl.SlackBuild | 4 | ||||
-rwxr-xr-x | source/tcl/tk/tk.SlackBuild | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/source/l/pcre2/pcre2.url b/source/l/pcre2/pcre2.url index 249757b9..ad943045 100644 --- a/source/l/pcre2/pcre2.url +++ b/source/l/pcre2/pcre2.url @@ -1 +1 @@ -ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +ftp://ftp.pcre.org/pub/pcre/ diff --git a/source/tcl/tcl/tcl.SlackBuild b/source/tcl/tcl/tcl.SlackBuild index 5f8976ec..0f6ab0d6 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 f7298e2c..1e8bbd76 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" \ |