diff options
Diffstat (limited to 'perl/perl-IO-Tty/perl-IO-Tty.SlackBuild')
-rw-r--r-- | perl/perl-IO-Tty/perl-IO-Tty.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-IO-Tty/perl-IO-Tty.SlackBuild b/perl/perl-IO-Tty/perl-IO-Tty.SlackBuild index e76776bcfb..695202d8c0 100644 --- a/perl/perl-IO-Tty/perl-IO-Tty.SlackBuild +++ b/perl/perl-IO-Tty/perl-IO-Tty.SlackBuild @@ -8,6 +8,7 @@ # modified version is licensed under the WTFPL. See # http://www.wtfpl.net/txt/copying/ for details. +# 20240814 bkw: update for v1.20. # 20230224 bkw: # - new maintainer. # - update for v1.17. @@ -16,7 +17,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-IO-Tty -VERSION=${VERSION:-1.17} +VERSION=${VERSION:-1.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |