diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-03 12:02:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-03 12:29:00 +0000 |
commit | c1a63a05ae198b35e680243101ff6efa7006423d (patch) | |
tree | b986aaf5b336fee3f77c3eaeccc5b78c2b3762ad /main/perl-file-which/APKBUILD | |
parent | 64dab29b4f6c9f91a231f200dae1720d5e36f369 (diff) | |
download | aports-c1a63a05ae198b35e680243101ff6efa7006423d.tar.bz2 aports-c1a63a05ae198b35e680243101ff6efa7006423d.tar.xz |
main/perl-file-which: upgrade to 1.23
Diffstat (limited to 'main/perl-file-which/APKBUILD')
-rw-r--r-- | main/perl-file-which/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-file-which/APKBUILD b/main/perl-file-which/APKBUILD index 8031c28964..6fd4074417 100644 --- a/main/perl-file-which/APKBUILD +++ b/main/perl-file-which/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-file-which _pkgreal=File-Which -pkgver=1.22 +pkgver=1.23 pkgrel=0 pkgdesc="Perl implementation of the which utility as an API" url="http://search.cpan.org/dist/File-Which/" @@ -36,4 +36,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="9efd8cc6d08e82a429ab3b0ec5193cb894432311338dc4cdcb73b4536a40bf4829c414e75e5dcb0d03b9190511b232f1d27e441657afa7299b0a5b882877f2d1 File-Which-1.22.tar.gz" +sha512sums="73c48642f448abdab2a3cf39409db50bb311cbd7ea352f5dc70f6e97296d9b09ab7e1738482864aa7f7e300a8f74b19b7ca9949fe3102f61e08fe08c9be2a4ac File-Which-1.23.tar.gz" |