diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2020-01-28 07:00:36 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2020-01-28 07:10:26 +0000 |
commit | c9dbd01eed39ae1084b4aab1d4116cecf95db523 (patch) | |
tree | 5e28e59dc8ac1c8644a0aa16a036172dcd024709 | |
parent | 0504ff368fd93530504d65a8177d07be0c8444a9 (diff) | |
download | aports-c9dbd01eed39ae1084b4aab1d4116cecf95db523.zip |
community/perl-template-toolkit: upgrade to 3.007
-rw-r--r-- | community/perl-template-toolkit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-template-toolkit/APKBUILD b/community/perl-template-toolkit/APKBUILD index cee713dcef5..f2bcddadb68 100644 --- a/community/perl-template-toolkit/APKBUILD +++ b/community/perl-template-toolkit/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-template-toolkit _pkgreal=Template-Toolkit -pkgver=3.006 +pkgver=3.007 pkgrel=0 pkgdesc="comprehensive template processing system" url="https://metacpan.org/release/Template-Toolkit" @@ -37,4 +37,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="09303482cff2111d009d4291b90d70302e5c74713a80e7d3363c99be608871b03d052d177e5aa45a0500397e7500532f479aa90c756fb7654bc6850f561c59c3 Template-Toolkit-3.006.tar.gz" +sha512sums="e5fb5cba935541cb7518bca21aebf932105ad94918290202deed10505269039b9c8cbf432b03c5ce51a434dd74fb80e6c5a32af8c727a92ad46410101c959f74 Template-Toolkit-3.007.tar.gz" |