diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-08-03 08:32:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-03 08:32:58 +0700 |
commit | 3118a002ac3bb05ae88aead5fead52eb0b504e12 (patch) | |
tree | 4f35a03db828549296761ceb13e66a08cbd8a87d /python | |
parent | 8f362357c167647bf1bc46b6476e6a1cd27d0ee0 (diff) | |
download | slackbuilds-3118a002ac3bb05ae88aead5fead52eb0b504e12.tar.gz |
python/rsa: Updated for version 3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/rsa/rsa.SlackBuild | 4 | ||||
-rw-r--r-- | python/rsa/rsa.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/rsa/rsa.SlackBuild b/python/rsa/rsa.SlackBuild index be68bde864..98a1fb1eb4 100644 --- a/python/rsa/rsa.SlackBuild +++ b/python/rsa/rsa.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rsa -# Copyright 2013 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2013-2015 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rsa -VERSION=${VERSION:-3.1.4} +VERSION=${VERSION:-3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/rsa/rsa.info b/python/rsa/rsa.info index e63e7d5677..6a54424079 100644 --- a/python/rsa/rsa.info +++ b/python/rsa/rsa.info @@ -1,8 +1,8 @@ PRGNAM="rsa" -VERSION="3.1.4" +VERSION="3.2" HOMEPAGE="http://stuvel.eu/rsa" -DOWNLOAD="https://pypi.python.org/packages/source/r/rsa/rsa-3.1.4.tar.gz" -MD5SUM="b6b1c80e1931d4eba8538fd5d4de1355" +DOWNLOAD="https://pypi.python.org/packages/source/r/rsa/rsa-3.2.tar.gz" +MD5SUM="d2385469e2c76f33124709d09e559615" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools pyasn1" |