diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-12 16:36:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-07-12 16:36:32 +0000 |
commit | f7ce6340433f371cf9c3675c0a8586abdb908cfe (patch) | |
tree | f992072e014c3240a0afed850c7e0d0b5ca0a4a9 /main/perl-io-socket-ssl | |
parent | 305df4eadd0d58152df80fb2bdc4a4f12611144c (diff) | |
download | aports-f7ce6340433f371cf9c3675c0a8586abdb908cfe.tar.bz2 aports-f7ce6340433f371cf9c3675c0a8586abdb908cfe.tar.xz |
main/perl-io-socket-ssl: upgrade to 2.027
Diffstat (limited to 'main/perl-io-socket-ssl')
-rw-r--r-- | main/perl-io-socket-ssl/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/perl-io-socket-ssl/APKBUILD b/main/perl-io-socket-ssl/APKBUILD index fa7aaa5bcb..4ecadb44db 100644 --- a/main/perl-io-socket-ssl/APKBUILD +++ b/main/perl-io-socket-ssl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-io-socket-ssl _pkgreal=IO-Socket-SSL -pkgver=2.021 +pkgver=2.027 pkgrel=0 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET." url="http://search.cpan.org/dist/IO-Socket-SSL/" @@ -35,6 +35,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="124394b702ba5ccbbca9b6ee424a8bac IO-Socket-SSL-2.021.tar.gz" -sha256sums="5cc549326c6dbe43d02cf90211ccb88eb9a279339c23cf9e3e62128906399d6a IO-Socket-SSL-2.021.tar.gz" -sha512sums="9d97b11c17c16b615d6bd90e23e50fc17c6bce94b00eef8776cdd0da89924b32976085fd981d0472b7180cee2b9e1d82b438b5de5a98aaf78fc64c5d170ab712 IO-Socket-SSL-2.021.tar.gz" +md5sums="c4dacb943a1ffd35f10217b94547bcdc IO-Socket-SSL-2.027.tar.gz" +sha256sums="723517ea71f90105579e7db7a1a2e053bf5c8142a187df8bc1fe3881c3383f67 IO-Socket-SSL-2.027.tar.gz" +sha512sums="5aea2924c34ce225c8ecb3ffcf21a8c2d72af21c0adfdf8e2264e7e13012404fc890065e209637116995797e9a07db77ee5397a9a83423a861338b9e63263d67 IO-Socket-SSL-2.027.tar.gz" |