diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:52:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:52:52 +0000 |
commit | 5fa460186760c5eab74fa736a0e71fd6d3529e3a (patch) | |
tree | 345a1e820ce8989396da24157394894c82906077 /testing/perl-extutils-pkgconfig/APKBUILD | |
parent | 6796e2c313d10a4a8c4889439b86be0ad3e8d1a2 (diff) | |
download | aports-5fa460186760c5eab74fa736a0e71fd6d3529e3a.tar.bz2 aports-5fa460186760c5eab74fa736a0e71fd6d3529e3a.tar.xz |
testing/perl-extutils-pkgconfig: upgrade to 1.15
Diffstat (limited to 'testing/perl-extutils-pkgconfig/APKBUILD')
-rw-r--r-- | testing/perl-extutils-pkgconfig/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/perl-extutils-pkgconfig/APKBUILD b/testing/perl-extutils-pkgconfig/APKBUILD index 9fdb5d924a..280b4fbb8f 100644 --- a/testing/perl-extutils-pkgconfig/APKBUILD +++ b/testing/perl-extutils-pkgconfig/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=perl-extutils-pkgconfig _pkgreal=ExtUtils-PkgConfig -pkgver=1.13 +pkgver=1.15 pkgrel=0 pkgdesc="unknown" url="http://search.cpan.org/dist/ExtUtils-PkgConfig/" @@ -36,4 +36,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="cc41813a491e15e0d46eef3233786369 ExtUtils-PkgConfig-1.13.tar.gz" +md5sums="1872e659cf2bb0b2471d75fce735e622 ExtUtils-PkgConfig-1.15.tar.gz" +sha256sums="69b3192e22b37e930238f332b5bfa9e14e69bec1427ba70c8515fbba1137b0b3 ExtUtils-PkgConfig-1.15.tar.gz" +sha512sums="975cc64d07f488bd0b89516ed3304797f8d74774f49e888e72788ef54f432ebb77a70af610e25f275baaea08a7756ce78c964e28bf2c853783a35e67b4aeeeaf ExtUtils-PkgConfig-1.15.tar.gz" |