python-bcrypt: update to 3.2.0.
This commit is contained in:
parent
28ed3248e8
commit
176cd8631b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-bcrypt'
|
||||
pkgname=python-bcrypt
|
||||
version=3.1.7
|
||||
revision=3
|
||||
version=3.2.0
|
||||
revision=1
|
||||
wrksrc="bcrypt-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="bcrypt"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/pyca/bcrypt"
|
||||
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
||||
checksum=0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42
|
||||
checksum=5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29
|
||||
|
||||
python3-bcrypt_package() {
|
||||
pycompile_module="bcrypt"
|
||||
|
|
Loading…
Reference in New Issue