aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-io-socket-ssl
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-14 18:17:35 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-14 20:10:17 -0300
commit203063731ec37a0280f1c512a132d08c43b13276 (patch)
tree5e2fcf6c4c9df9f0c006e4a700179e4be9a9d8ef /main/perl-io-socket-ssl
parent3b688d6457197778ccafda14cdd203d1362cca03 (diff)
downloadaports-203063731ec37a0280f1c512a132d08c43b13276.tar.bz2
aports-203063731ec37a0280f1c512a132d08c43b13276.tar.xz
main/perl-io-socket-ssl: upgrade to 2.067
Diffstat (limited to 'main/perl-io-socket-ssl')
-rw-r--r--main/perl-io-socket-ssl/APKBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/main/perl-io-socket-ssl/APKBUILD b/main/perl-io-socket-ssl/APKBUILD
index ec5489eb5e..5e90662594 100644
--- a/main/perl-io-socket-ssl/APKBUILD
+++ b/main/perl-io-socket-ssl/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-io-socket-ssl
_pkgreal=IO-Socket-SSL
-pkgver=2.066
+pkgver=2.067
pkgrel=0
pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
url="https://metacpan.org/release/IO-Socket-SSL"
@@ -17,24 +17,20 @@ options="!check" # FIXME: check hangs occationally
prepare() {
default_prepare
- cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}
build() {
- cd "$builddir"
make
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="2a15f6d65f276ad4eae33139ae7af4c891d4c9e5f6aa65f45e51bfa02c85e8367a275bd33c73ece1b47b9d18eadc59e65fe1c584f9ccd3c7655948710fb4a57a IO-Socket-SSL-2.066.tar.gz"
+sha512sums="b7b9edc470f2283c363a6296d3ce23f8754cc1b1a763329ccc8a0bc81dca7ffbaf9a833fc8ac31e62f5f72cab7c689ea0d4d0e293f75fe176d1b5c71ed723516 IO-Socket-SSL-2.067.tar.gz"