diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2025-04-17 22:44:18 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-19 22:33:26 +0700 |
commit | 8778b5c4caea9e7103ef05f7ef39a8fc93c56eb5 (patch) | |
tree | 53c8c2294027869e6bfad250c9633311df32ac9f | |
parent | 37cad4efbc4c2f4e0813411558cd4041ff778207 (diff) |
perl/perl-Linux-FD: Updated for version 0.017.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | perl/perl-Linux-FD/perl-Linux-FD.SlackBuild | 4 | ||||
-rw-r--r-- | perl/perl-Linux-FD/perl-Linux-FD.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Linux-FD/perl-Linux-FD.SlackBuild b/perl/perl-Linux-FD/perl-Linux-FD.SlackBuild index 59bd820807..653a81b990 100644 --- a/perl/perl-Linux-FD/perl-Linux-FD.SlackBuild +++ b/perl/perl-Linux-FD/perl-Linux-FD.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Linux-FD -# Copyright 2023-2024 K. Eugene Carlson Tsukuba, Japan +# Copyright 2023-2025 K. Eugene Carlson Tsukuba, Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-Linux-FD -VERSION=${VERSION:-0.016} +VERSION=${VERSION:-0.017} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/perl/perl-Linux-FD/perl-Linux-FD.info b/perl/perl-Linux-FD/perl-Linux-FD.info index a99c694881..63df3372b0 100644 --- a/perl/perl-Linux-FD/perl-Linux-FD.info +++ b/perl/perl-Linux-FD/perl-Linux-FD.info @@ -1,8 +1,8 @@ PRGNAM="perl-Linux-FD" -VERSION="0.016" +VERSION="0.017" HOMEPAGE="https://metacpan.org/pod/Linux::FD" -DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Linux-FD-0.016.tar.gz" -MD5SUM="a808dec58d1874815c255790305c22a1" +DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Linux-FD-0.017.tar.gz" +MD5SUM="541312d1de923b2232478b173eb66df2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Module-Build perl-Sub-Exporter perl-Test-Exception" |