diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-05 07:23:45 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-05 07:23:45 +0000 |
commit | f844563869897398d00ef8a03f4438137d1829bc (patch) | |
tree | e21bc87bf2ed7be7ee36123e61d37999609fef53 /community | |
parent | dbb0cc0ecabbafb4a523fa6ee55ff5c918207288 (diff) | |
download | aports-f844563869897398d00ef8a03f4438137d1829bc.tar.bz2 aports-f844563869897398d00ef8a03f4438137d1829bc.tar.xz |
community/perl-yaml: upgrade to 1.20
Diffstat (limited to 'community')
-rw-r--r-- | community/perl-yaml/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/perl-yaml/APKBUILD b/community/perl-yaml/APKBUILD index 4cf5839719..852d6ba79d 100644 --- a/community/perl-yaml/APKBUILD +++ b/community/perl-yaml/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-yaml _pkgreal=YAML -pkgver=1.19 +pkgver=1.20 pkgrel=0 pkgdesc="YAML Ain't Markup Language (tm)" url="http://search.cpan.org/dist/YAML/" @@ -14,7 +14,7 @@ cpanmakedepends="perl-test-yaml" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/$_pkgreal-$pkgver.tar.gz" +source="http://search.cpan.org/CPAN/authors/id/I/IN/INGY/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { @@ -33,6 +33,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="1ec2e51cca7cef07fb1a2d96521888fd YAML-1.19.tar.gz" -sha256sums="3010f650b0f17a120a34c2a3dcdfc9ee2bb1fe145aa52305936eba9c0120005c YAML-1.19.tar.gz" -sha512sums="51dad1554dbfeb771d8bb1d6d51fab15522433182f4e289a9d7a7dbe47686e5cdb7b194a2cdfb40560a247f304b15101f130c011a64daf1c4dd2156249c1ed71 YAML-1.19.tar.gz" +md5sums="f4fa57c10f62fd9aea813d273b2202fd YAML-1.20.tar.gz" +sha256sums="952ca55c63da54a7a90eceaa535fe1276eee6ca0fece1ea2630a8c0d0e6c1bde YAML-1.20.tar.gz" +sha512sums="f1948f7ef39d6ee05c9883bccf555dd30f36d1e25a90f47921515716dc58608ffe2631907b1aea102c0d31a8aeecf53317bd944fa9fb0f6d7ccd72fd953899cd YAML-1.20.tar.gz" |