diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-27 15:45:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-27 16:52:02 +0000 |
commit | 676332d87e0fd74edf56fc1bd0c26b38610afd0d (patch) | |
tree | 37e2f4ddb70c05501160b029a21b945509aae99b /testing/perl-xml-libxml | |
parent | 374324603121fb42fea6450e1df63e54d18a8756 (diff) | |
download | aports-676332d87e0fd74edf56fc1bd0c26b38610afd0d.tar.bz2 aports-676332d87e0fd74edf56fc1bd0c26b38610afd0d.tar.xz |
testing/perl-xml-libxml: upgrade to 2.0128
Diffstat (limited to 'testing/perl-xml-libxml')
-rw-r--r-- | testing/perl-xml-libxml/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/perl-xml-libxml/APKBUILD b/testing/perl-xml-libxml/APKBUILD index fd8c829135..0f9d8e6b58 100644 --- a/testing/perl-xml-libxml/APKBUILD +++ b/testing/perl-xml-libxml/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-xml-libxml _pkgreal=XML-LibXML -pkgver=2.0121 +pkgver=2.0128 pkgrel=0 pkgdesc="Interface to Gnome libxml2 xml parsing and DOM library" url="http://search.cpan.org/dist/XML-LibXML/" @@ -36,6 +36,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="1544ab9ac110f5da296015346561ce02 XML-LibXML-2.0121.tar.gz" -sha256sums="ec431011cb37a04640fd2316f64d0405a274eece2c6f3847f7fbd336eb1c0dc9 XML-LibXML-2.0121.tar.gz" -sha512sums="1833d1e14d8a3b361bcacde910807a56e21cd08204f3fa58888a8c9219bd9228bfdc211af8f74b91ceda3135b4e72cbc60ef1d783afbe0febd100117904f29f1 XML-LibXML-2.0121.tar.gz" +md5sums="9904690371679e082ff2c23677b6c90e XML-LibXML-2.0128.tar.gz" +sha256sums="26e7ba451f3bade4d29ff00653a2ee01d13fe38b9a2ebcd0b0f3f82f9f688f2b XML-LibXML-2.0128.tar.gz" +sha512sums="c388570d0a140f3b92ab9922d9c917fba791e804b160822eeff91923891059ba189ad3743f2ffd13f7f4c92a3e8db1ee5fae588007d3fcf50251d9803e8e261b XML-LibXML-2.0128.tar.gz" |