diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-18 10:08:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-18 10:08:51 +0700 |
commit | b1fa00ba0c785c6c052f40e4e88600abb307e8ad (patch) | |
tree | 3b0e588ec4e571693feb55d5a78085ced708fb97 | |
parent | d3f590b7e47cdcfc22e6af9f9d9774b28a712c51 (diff) |
perl/perl-File-Which: Updated for version 1.27.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | perl/perl-File-Which/perl-File-Which.SlackBuild | 5 | ||||
-rw-r--r-- | perl/perl-File-Which/perl-File-Which.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/perl/perl-File-Which/perl-File-Which.SlackBuild b/perl/perl-File-Which/perl-File-Which.SlackBuild index 2f7f8eaea011..c98da177b2ce 100644 --- a/perl/perl-File-Which/perl-File-Which.SlackBuild +++ b/perl/perl-File-Which/perl-File-Which.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-File-Which -VERSION=${VERSION:-1.23} +VERSION=${VERSION:-1.27} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/perl/perl-File-Which/perl-File-Which.info b/perl/perl-File-Which/perl-File-Which.info index 21fbddf6f3f7..9c943746c5df 100644 --- a/perl/perl-File-Which/perl-File-Which.info +++ b/perl/perl-File-Which/perl-File-Which.info @@ -1,8 +1,8 @@ PRGNAM="perl-File-Which" -VERSION="1.23" +VERSION="1.27" HOMEPAGE="https://metacpan.org/pod/File::Which" -DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.23.tar.gz" -MD5SUM="c8f054534c3c098dd7a0dada60aaae34" +DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.27.tar.gz" +MD5SUM="d5c9154262b93398f0750ec364207639" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |