aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-text-template
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-10 19:18:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-11 09:18:30 -0300
commit40b2a4ce2dade1d0dc452f5a44fa00ebe783aa77 (patch)
tree5d56fc04dcca203f24f864b040d493ab08f8911b /community/perl-text-template
parentdf899177de16a13017cd519eaaf08708276c0199 (diff)
downloadaports-40b2a4ce2dade1d0dc452f5a44fa00ebe783aa77.tar.bz2
aports-40b2a4ce2dade1d0dc452f5a44fa00ebe783aa77.tar.xz
community/perl-text-template: upgrade to 1.57
Diffstat (limited to 'community/perl-text-template')
-rw-r--r--community/perl-text-template/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/perl-text-template/APKBUILD b/community/perl-text-template/APKBUILD
index 2704ba3901..536fffad62 100644
--- a/community/perl-text-template/APKBUILD
+++ b/community/perl-text-template/APKBUILD
@@ -1,19 +1,19 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-text-template
-pkgver=1.56
+pkgver=1.57
pkgrel=0
pkgdesc="Text::Template perl module"
-url="http://search.cpan.org/dist/Text-Template"
+url="https://metacpan.org/release/Text-Template"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
makedepends="perl-dev"
checkdepends="perl-test-warnings"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz"
-
+source="https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz"
builddir="$srcdir/Text-Template-$pkgver"
+
build() {
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
@@ -28,4 +28,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="873a03fc436cc22342310fcc0ab7963d5a69a06bb2fe9f2b7866ccca5c18b2eccef76cdcdf58f2465553a8b6088b28373f19d046157d78a062e056901a411add Text-Template-1.56.tar.gz"
+sha512sums="5be99605693560a3d6121f68caf40887256490fe12fae838ab939fde0cb273fff2bb5d10904095d34de63985188b5a0ae4a253b6af7ddb2ce4c5de8b7f50b762 Text-Template-1.57.tar.gz"