diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-17 07:04:10 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-17 07:04:10 +0000 |
commit | 3c1dd2daf19b4408550ed1efdc8934430273df4a (patch) | |
tree | fdcc5973c7f982e4cabce64f7b4c192b96ebd59a /community/perl-test-yaml/APKBUILD | |
parent | 432443ec794d729062b346adfccb87dfb3baebb3 (diff) | |
download | aports-3c1dd2daf19b4408550ed1efdc8934430273df4a.tar.bz2 aports-3c1dd2daf19b4408550ed1efdc8934430273df4a.tar.xz |
community/perl-test-yaml: upgrade to 1.07
Diffstat (limited to 'community/perl-test-yaml/APKBUILD')
-rw-r--r-- | community/perl-test-yaml/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-test-yaml/APKBUILD b/community/perl-test-yaml/APKBUILD index f34ee92426..4bfde02b59 100644 --- a/community/perl-test-yaml/APKBUILD +++ b/community/perl-test-yaml/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-test-yaml _pkgreal=Test-YAML -pkgver=1.06 -pkgrel=1 +pkgver=1.07 +pkgrel=0 pkgdesc="Testing Module for YAML Implementations" url="http://search.cpan.org/dist/Test-YAML/" arch="noarch" @@ -14,7 +14,7 @@ cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/I/IN/INGY/$_pkgreal-$pkgver.tar.gz" +source="http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { @@ -42,4 +42,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="f6fe4bf46a8cc5ea92b5275cc704e79266b11769bd476888b202540a6d9a23a59a2550503afd88a72f9832355e2b48983f6a31f60db07abe5b0e15f4e74ae2e2 Test-YAML-1.06.tar.gz" +sha512sums="fe169d351e3c3e41c04d4429bc698f0aa49c7572e1681d4d72d5610d56234642093a31ed7ee5a972cac3e714ff481aa31e69bf12807ec446dd6f927e854d5606 Test-YAML-1.07.tar.gz" |