diff options
Diffstat (limited to 'user/perl-exporter-tiny/APKBUILD')
-rw-r--r-- | user/perl-exporter-tiny/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-exporter-tiny/APKBUILD b/user/perl-exporter-tiny/APKBUILD index 3a52a9c53..642b09476 100644 --- a/user/perl-exporter-tiny/APKBUILD +++ b/user/perl-exporter-tiny/APKBUILD @@ -5,7 +5,7 @@ _pkgreal=Exporter-Tiny _author=TOBYINK _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=1.006000 +pkgver=1.006002 pkgrel=0 pkgdesc="Light-weight exporter with the features of Sub::Exporter" url="https://metacpan.org/release/Exporter-Tiny" @@ -32,4 +32,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="bc43a7c4cd5bf3aacf95043bfe178770186b82fd7b935684c86bab78954c693bbc8dc35285a9670e3f7888e6a9d73731f1dcc3b21a05493509ee98ee2f8414f3 Exporter-Tiny-1.006000.tar.gz" +sha512sums="684dc97d854686910928f413bd84df3e2d2b351c2304116d5c567ec74eb7384f4085881f2bdeaf96dcf9ade2a959076ebd2bde3977dd5b876f75daaf6ca9d763 Exporter-Tiny-1.006002.tar.gz" |