diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-04-04 15:34:15 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-04-04 15:54:21 +0300 |
commit | 08507feabc4f0ceaf34aed07c4adc68e4a01fa5c (patch) | |
tree | 2c036eff2815e44034744dc845f254c0f400a550 /main/perl-apache-session | |
parent | 80837ce1a1c59bdd8ed4fad38814519aeeb98380 (diff) | |
download | aports-08507feabc4f0ceaf34aed07c4adc68e4a01fa5c.tar.bz2 aports-08507feabc4f0ceaf34aed07c4adc68e4a01fa5c.tar.xz |
main/perl-apache-session: upgrade to 1.92
Diffstat (limited to 'main/perl-apache-session')
-rw-r--r-- | main/perl-apache-session/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/perl-apache-session/APKBUILD b/main/perl-apache-session/APKBUILD index 61ff8a3410..5bc3d41888 100644 --- a/main/perl-apache-session/APKBUILD +++ b/main/perl-apache-session/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=perl-apache-session _pkgreal=Apache-Session -pkgver=1.90 +pkgver=1.92 pkgrel=0 pkgdesc="A persistence framework for session data" url="http://search.cpan.org/dist/Apache-Session/" @@ -34,6 +34,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="83775326a5ca7f5a75630ec8fb793e0d Apache-Session-1.90.tar.gz" -sha256sums="26ab8ba2fc3f09e7c67ab69d147e5c73813e4df8cda6cfe6cb375f0695353eb1 Apache-Session-1.90.tar.gz" -sha512sums="c60f0e61b7839a8975b11439e54478321353eac637ba8d812af8d62f46ab16574f8d0a8caf9579ec68fc82b8147ec03cf8b90ad6fda0e83c0439036639a97108 Apache-Session-1.90.tar.gz" +md5sums="ced37415abd0589e25d7a231e1d2ab66 Apache-Session-1.92.tar.gz" +sha256sums="276fcdaf7db6c457a78400f0ef4060f125c9a59aa2336bd2e41f1f052e688b1e Apache-Session-1.92.tar.gz" +sha512sums="38255c0f6ed5d243d727631a6ee4eabe1fd66801e9a3aa485e2540e0b791b082fd578f8b393cde6c41aa1a0ae555fd52ed6883b9e010fc1463f9ce760181c505 Apache-Session-1.92.tar.gz" |