diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-14 14:57:42 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:21 +0700 |
commit | be67b05d54a4da3aa81bf6a94ffb4b08e42751e9 (patch) | |
tree | 45d2e9e7b9c8ed0763ed516c08139727c4ac424f /perl | |
parent | 152ef1a835a17d5e1ac7a0bbdff1385b7121e82a (diff) |
perl/perl-IO-Tty: Updated for version 1.20.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-IO-Tty/perl-IO-Tty.SlackBuild | 3 | ||||
-rw-r--r-- | perl/perl-IO-Tty/perl-IO-Tty.info | 6 |
2 files changed, 5 insertions, 4 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} diff --git a/perl/perl-IO-Tty/perl-IO-Tty.info b/perl/perl-IO-Tty/perl-IO-Tty.info index 6968d97353..529da315f3 100644 --- a/perl/perl-IO-Tty/perl-IO-Tty.info +++ b/perl/perl-IO-Tty/perl-IO-Tty.info @@ -1,8 +1,8 @@ PRGNAM="perl-IO-Tty" -VERSION="1.17" +VERSION="1.20" HOMEPAGE="https://metacpan.org/pod/IO::Tty" -DOWNLOAD="https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-1.17.tar.gz" -MD5SUM="e4cd744de6a686ca78b20002fc66062a" +DOWNLOAD="https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-1.20.tar.gz" +MD5SUM="b46e30de0e2b8fd4d17fb32002a2d03c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |