From d3d1a1e52bfbffc252b74eb4ef5c1eb93dafe834 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 18 Nov 2018 17:08:25 -0800 Subject: python/rsa: Updated for version 4.0 Signed-off-by: Larry Hajali --- python/rsa/rsa.SlackBuild | 6 +++--- python/rsa/rsa.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'python') diff --git a/python/rsa/rsa.SlackBuild b/python/rsa/rsa.SlackBuild index 3db84aa330..23b19396b0 100644 --- a/python/rsa/rsa.SlackBuild +++ b/python/rsa/rsa.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rsa -# Copyright 2013-2016 Larry Hajali +# Copyright 2013-2018 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rsa -VERSION=${VERSION:-3.4.2} +VERSION=${VERSION:-4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac diff --git a/python/rsa/rsa.info b/python/rsa/rsa.info index 370b92ccf8..48e7def0b3 100644 --- a/python/rsa/rsa.info +++ b/python/rsa/rsa.info @@ -1,8 +1,8 @@ PRGNAM="rsa" -VERSION="3.4.2" +VERSION="4.0" HOMEPAGE="https://stuvel.eu/rsa" -DOWNLOAD="https://pypi.python.org/packages/source/r/rsa/rsa-3.4.2.tar.gz" -MD5SUM="b315f47882c24030ee6b5aad628cccdb" +DOWNLOAD="https://pypi.python.org/packages/source/r/rsa/rsa-4.0.tar.gz" +MD5SUM="9f9af433a16868b616fc609215e91ddb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyasn1" -- cgit v1.2.3