aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-05-27 22:44:57 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-27 21:34:28 +0000
commitdd032589d2f4ba54f2686fba9251b36c2292485e (patch)
tree93b50ab5334421aa32f534a26a1661c396f42ffe
parent9297e4c430905565cc32859a8b7a84f8820cb6b7 (diff)
downloadalpine_aports-dd032589d2f4ba54f2686fba9251b36c2292485e.tar.bz2
alpine_aports-dd032589d2f4ba54f2686fba9251b36c2292485e.tar.xz
alpine_aports-dd032589d2f4ba54f2686fba9251b36c2292485e.zip
community/py3-argon2-cffi: upgrade to 20.1.0
-rw-r--r--community/py3-argon2-cffi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-argon2-cffi/APKBUILD b/community/py3-argon2-cffi/APKBUILD
index 3c0b911e54..2870e4aca4 100644
--- a/community/py3-argon2-cffi/APKBUILD
+++ b/community/py3-argon2-cffi/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Rasmus Thomsen <oss@cogitri.dev> 1# Contributor: Rasmus Thomsen <oss@cogitri.dev>
2# Maintainer: Rasmus Thomsen <oss@cogitri.dev> 2# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
3pkgname=py3-argon2-cffi 3pkgname=py3-argon2-cffi
4pkgver=19.2.0 4pkgver=20.1.0
5pkgrel=0 5pkgrel=0
6pkgdesc="The secure Argon2 password hashing algorithm" 6pkgdesc="The secure Argon2 password hashing algorithm"
7url="https://argon2-cffi.readthedocs.io/en/stable/" 7url="https://argon2-cffi.readthedocs.io/en/stable/"
@@ -25,4 +25,4 @@ package() {
25 python3 setup.py install --prefix=/usr --root="$pkgdir" 25 python3 setup.py install --prefix=/usr --root="$pkgdir"
26} 26}
27 27
28sha512sums="05e2eea18bb2fc2ab0c7174081634d6c2a227f14f64a2686b369e1bf2c69721149282c2572f1e4044c3f3a3e93003db8aed174aa64d377a145d6a81cc1f52fd2 argon2-cffi-19.2.0.tar.gz" 28sha512sums="d1d798e3e51ed67c4f523a66081fea99479ee986b5cfc36b250954e757b9846625681445447f9347519d9988f8a2ace2e3c8ce5817c5c6b4767819cf56ee0af2 argon2-cffi-20.1.0.tar.gz"