summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2015-11-18 17:13:04 +0100
committer Willy Sudiarto Raharjo2015-11-18 17:23:01 +0100
commit95b57fec983b249ad327a041499f9bdf47d6a020 (patch)
tree3e41562183120ed7404048c2a14c09f1eff01181
parentca74474f2cc20a924172f158d75c0e63922f72d3 (diff)
downloadslackbuilds-95b57fec983b249ad327a041499f9bdf47d6a020.tar.gz
python/rsa: Updated for version 3.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/rsa/rsa.SlackBuild2
-rw-r--r--python/rsa/rsa.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/rsa/rsa.SlackBuild b/python/rsa/rsa.SlackBuild
index 98a1fb1eb4..a288804ce1 100644
--- a/python/rsa/rsa.SlackBuild
+++ b/python/rsa/rsa.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rsa
-VERSION=${VERSION:-3.2}
+VERSION=${VERSION:-3.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/rsa/rsa.info b/python/rsa/rsa.info
index 6a54424079..3855f81c90 100644
--- a/python/rsa/rsa.info
+++ b/python/rsa/rsa.info
@@ -1,8 +1,8 @@
PRGNAM="rsa"
-VERSION="3.2"
+VERSION="3.2.3"
HOMEPAGE="http://stuvel.eu/rsa"
-DOWNLOAD="https://pypi.python.org/packages/source/r/rsa/rsa-3.2.tar.gz"
-MD5SUM="d2385469e2c76f33124709d09e559615"
+DOWNLOAD="https://pypi.python.org/packages/source/r/rsa/rsa-3.2.3.tar.gz"
+MD5SUM="0e93ca942184650116d84452d4b90253"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools pyasn1"