diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-06-27 20:04:55 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:45 +0700 |
commit | 4615900dc27595492c35792399a97113f8230e9c (patch) | |
tree | ca501030a0862f6abb7fbdaa51449bd66bfb6795 | |
parent | 250978f663a4894225ad45de3f1bd0e5a13a66d3 (diff) |
python/python3-rsa: Updated for version 4.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-rsa/python3-rsa.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-rsa/python3-rsa.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-rsa/python3-rsa.SlackBuild b/python/python3-rsa/python3-rsa.SlackBuild index 9b5b08be2a13..d91f7924a99e 100644 --- a/python/python3-rsa/python3-rsa.SlackBuild +++ b/python/python3-rsa/python3-rsa.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-rsa -# Copyright 2020 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-rsa SRCNAM=rsa -VERSION=${VERSION:-4.6} +VERSION=${VERSION:-4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-rsa/python3-rsa.info b/python/python3-rsa/python3-rsa.info index 3755b1931c52..ba7c84aab047 100644 --- a/python/python3-rsa/python3-rsa.info +++ b/python/python3-rsa/python3-rsa.info @@ -1,8 +1,8 @@ PRGNAM="python3-rsa" -VERSION="4.6" +VERSION="4.8" HOMEPAGE="https://stuvel.eu/software/rsa/" -DOWNLOAD="https://files.pythonhosted.org/packages/a2/d5/04b8a9719149583fec76efdff2e7a81c6e3cc34909ee818d3fbf115edc2e/rsa-4.6.tar.gz" -MD5SUM="bbf1c954865319bd542600ab07f92aca" +DOWNLOAD="https://files.pythonhosted.org/packages/8c/ee/4022542e0fed77dd6ddade38e1e4dea3299f873b7fd4e6d78319953b0f83/rsa-4.8.tar.gz" +MD5SUM="edb224f927cf8f53ff530ab04d092c69" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyasn1" |