diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-11-18 17:08:25 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:19 +0700 |
commit | d3d1a1e52bfbffc252b74eb4ef5c1eb93dafe834 (patch) | |
tree | 1715cc62515185429144eb3033a83d88720ff2bd /python/rsa/rsa.SlackBuild | |
parent | fce7a863de0a198d54acd9dad50b7cfe53f9bcc2 (diff) |
python/rsa: Updated for version 4.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/rsa/rsa.SlackBuild')
-rw-r--r-- | python/rsa/rsa.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/rsa/rsa.SlackBuild b/python/rsa/rsa.SlackBuild index 3db84aa330d04..23b19396b039e 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 <larryhaja[at]gmail[dot]com> +# Copyright 2013-2018 Larry Hajali <larryhaja[at]gmail[dot]com> # 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 |