diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-10-10 12:51:37 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-10-10 12:51:37 +0000 |
commit | e0e650016210ddfc9f045113c0b05ce01266df96 (patch) | |
tree | 8529f793ee03c022adcabf15092f7ee682efdc96 /community/perl-path-tiny | |
parent | 09b73f641c1c54f3ac9208d2e3676c2edcb7fb73 (diff) | |
download | aports-e0e650016210ddfc9f045113c0b05ce01266df96.tar.bz2 aports-e0e650016210ddfc9f045113c0b05ce01266df96.tar.xz |
community/perl-path-tiny: upgrade to 0.098
Diffstat (limited to 'community/perl-path-tiny')
-rw-r--r-- | community/perl-path-tiny/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-path-tiny/APKBUILD b/community/perl-path-tiny/APKBUILD index 3b504e8fe..09521142f 100644 --- a/community/perl-path-tiny/APKBUILD +++ b/community/perl-path-tiny/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-path-tiny _pkgreal=Path-Tiny -pkgver=0.096 +pkgver=0.098 pkgrel=0 pkgdesc="File path utility" url="http://search.cpan.org/dist/Path-Tiny/" @@ -37,6 +37,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="fac457f1c34134a9cce3aa15d3c7a1b7 Path-Tiny-0.096.tar.gz" -sha256sums="226b62da03a0fc0601c3447f6c9809dc81a6aa053df696e0b96d3c29a3c9b521 Path-Tiny-0.096.tar.gz" -sha512sums="9728b0d0f3bcd289f72a75212e376534523334f622203531bd5c2e8bdfd58728fb2ca952878f6100e4206ca4ab89d63927a7afb40c869e69965da1dc7f4e5629 Path-Tiny-0.096.tar.gz" +md5sums="dd5c11cf3ba2c46726c47334686e2332 Path-Tiny-0.098.tar.gz" +sha256sums="68f95c21fba6b03039e3dd8831d18feb701e537ff9764f07ca93e08aa8aa6f72 Path-Tiny-0.098.tar.gz" +sha512sums="6a92eb98cbf2ea0c9a4cc1fc4f376de2bfbbf8d306be19d3db15bf8903256723149df62ffb82e87e8ce908ec5a0c11701c222c76dcfb97ecdb8023e6a77a2a53 Path-Tiny-0.098.tar.gz" |