aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-crypto/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-crypto/APKBUILD b/testing/py-crypto/APKBUILD
index f00d805bb2..7dfc552103 100644
--- a/testing/py-crypto/APKBUILD
+++ b/testing/py-crypto/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py-crypto
_pkgname=pycrypto
-pkgver=2.3
-pkgrel=1
+pkgver=2.6
+pkgrel=0
pkgdesc="A collection of cryptographic algorithms and protocols, implemented for use from Python."
url="https://www.dlitz.net/software/pycrypto/"
arch="all"
@@ -25,4 +25,4 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="2b811cfbfc342d83ee614097effb8101 pycrypto-2.3.tar.gz"
+md5sums="88dad0a270d1fe83a39e0467a66a22bb pycrypto-2.6.tar.gz"