python-rsa: update to 3.4.
This commit is contained in:
parent
f8e6beef51
commit
12e44f473a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-rsa'
|
||||
pkgname=python-rsa
|
||||
version=3.3
|
||||
version=3.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://stuvel.eu/rsa"
|
||||
distfiles="${PYPI_SITE}/r/rsa/rsa-${version}.tar.gz"
|
||||
checksum=03f3d9bebad06681771016b8752a40b12f615ff32363c7aa19b3798e73ccd615
|
||||
checksum=9f1b6d4015cdf788273ff329d43004a7abf43971e9b06160765bad5227e4d70a
|
||||
|
||||
post_install() {
|
||||
for f in ${DESTDIR}/usr/bin/*; do
|
||||
|
|
Loading…
Reference in New Issue