diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 14:25:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:55 +0000 |
commit | fa007c70d637d28d032b6fe3daa503987b819fed (patch) | |
tree | b870ff204d9d30845f201b6a49d4742b553b4b7c /community/py3-argon2-cffi/APKBUILD | |
parent | c0f68951ac58a1bd97bcde3caf546c7bf0e2f0fe (diff) | |
download | aports-fa007c70d637d28d032b6fe3daa503987b819fed.tar.bz2 aports-fa007c70d637d28d032b6fe3daa503987b819fed.tar.xz |
community/py3-argon2-cffi: rebuild against python 3.8
Diffstat (limited to 'community/py3-argon2-cffi/APKBUILD')
-rw-r--r-- | community/py3-argon2-cffi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-argon2-cffi/APKBUILD b/community/py3-argon2-cffi/APKBUILD index 6999ad3040..491203d878 100644 --- a/community/py3-argon2-cffi/APKBUILD +++ b/community/py3-argon2-cffi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-argon2-cffi pkgver=19.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="The secure Argon2 password hashing algorithm" url="The secure Argon2 password hashing algorithm" arch="all" |