diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-10 02:42:44 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-10 16:10:46 -0300 |
commit | 5e132979bc2b5a9bafb2874beb3ca06d83224e6a (patch) | |
tree | c78496903ca4a51bcc28c90785df04439b27b1f2 | |
parent | e8d04d132ef5fdbb02060d15c4e5831bada07367 (diff) | |
download | aports-5e132979bc2b5a9bafb2874beb3ca06d83224e6a.tar.bz2 aports-5e132979bc2b5a9bafb2874beb3ca06d83224e6a.tar.xz |
community/perl-text-template: upgrade to 1.56
-rw-r--r-- | community/perl-text-template/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-text-template/APKBUILD b/community/perl-text-template/APKBUILD index 88da03e0e7..2704ba3901 100644 --- a/community/perl-text-template/APKBUILD +++ b/community/perl-text-template/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-text-template -pkgver=1.55 +pkgver=1.56 pkgrel=0 pkgdesc="Text::Template perl module" url="http://search.cpan.org/dist/Text-Template" @@ -16,7 +16,7 @@ source="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgve builddir="$srcdir/Text-Template-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make && make test + make } check() { @@ -28,4 +28,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="19a281cdfc56483bc717be5ae2367ae0edd27e2d31a693f9e54a660ec21cb6b51a8e5eae2e659d0053f59cdb6b9266cf1e175fd55e1abf9f9362c973c44d8173 Text-Template-1.55.tar.gz" +sha512sums="873a03fc436cc22342310fcc0ab7963d5a69a06bb2fe9f2b7866ccca5c18b2eccef76cdcdf58f2465553a8b6088b28373f19d046157d78a062e056901a411add Text-Template-1.56.tar.gz" |