summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2022-06-27 19:04:55 +0200
committer Willy Sudiarto Raharjo2022-07-02 04:55:45 +0200
commit4615900dc27595492c35792399a97113f8230e9c (patch)
treeca501030a0862f6abb7fbdaa51449bd66bfb6795
parent250978f663a4894225ad45de3f1bd0e5a13a66d3 (diff)
downloadslackbuilds-4615900dc27595492c35792399a97113f8230e9c.tar.gz
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.SlackBuild4
-rw-r--r--python/python3-rsa/python3-rsa.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-rsa/python3-rsa.SlackBuild b/python/python3-rsa/python3-rsa.SlackBuild
index 9b5b08be2a..d91f7924a9 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 3755b1931c..ba7c84aab0 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"