diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-19 14:07:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-25 12:34:11 +0000 |
commit | 3ad0ce721373732d19c97d2d05045e5df99bc7f3 (patch) | |
tree | 2474585d7185f788594436cbb3d715b69846a3a6 | |
parent | 50a37121f6dc87a5516b96aa87153fd39799812b (diff) | |
download | aports-3ad0ce721373732d19c97d2d05045e5df99bc7f3.tar.bz2 aports-3ad0ce721373732d19c97d2d05045e5df99bc7f3.tar.xz |
main/perl-lwp-protocol-https: upgrade to 6.07
New version requires perl-test-requiresinternet to run tests
-rw-r--r-- | main/perl-lwp-protocol-https/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/main/perl-lwp-protocol-https/APKBUILD b/main/perl-lwp-protocol-https/APKBUILD index 9065b99bf1..9b3124ad4b 100644 --- a/main/perl-lwp-protocol-https/APKBUILD +++ b/main/perl-lwp-protocol-https/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=perl-lwp-protocol-https _pkgreal=LWP-Protocol-https -pkgver=6.06 -pkgrel=1 +pkgver=6.07 +pkgrel=0 pkgdesc="Provide https support for LWP::UserAgent" url="http://search.cpan.org/dist/LWP-Protocol-https/" arch="noarch" @@ -14,8 +14,9 @@ cpandepends="perl-libwww perl-io-socket-ssl perl-mozilla-ca perl-net-http cpanmakedepends="perl-try-tiny" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" +checkdepends="perl-test-requiresinternet" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-$pkgver.tar.gz" +source="http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { @@ -41,6 +42,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="06f5dfd33b07f6594a429dbbd5e6a2d1 LWP-Protocol-https-6.06.tar.gz" -sha256sums="b86c83cc1dcf4a6f84e2fbe32f9c39591a36e6e418af00533505f3452496adef LWP-Protocol-https-6.06.tar.gz" -sha512sums="acc65d63da858f25cf9cc1e11d074f035e8ead4c1ffea22bac930f61100ff98f2bf0bb4ede12219d6c22bd5fe4d99532a45fe5cbc9a4b863dd16b0c379f8d2ea LWP-Protocol-https-6.06.tar.gz" +sha512sums="4a07cd8a1c44e31781069a632a77f3af43747933420e831b4fd4a12faac7dc04f0c6b10ea773c3e14ecb66209a547b3587c0e3f481a55b9929db65f7b10343aa LWP-Protocol-https-6.07.tar.gz" |