diff options
Diffstat (limited to 'python/python3-rsa')
-rw-r--r-- | python/python3-rsa/python3-rsa.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-rsa/python3-rsa.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-rsa/python3-rsa.SlackBuild b/python/python3-rsa/python3-rsa.SlackBuild index c554605520..0526062d96 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 2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2022-2023 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.8} +VERSION=${VERSION:-4.9} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-rsa/python3-rsa.info b/python/python3-rsa/python3-rsa.info index 49d0b2d3de..6cea65ae2a 100644 --- a/python/python3-rsa/python3-rsa.info +++ b/python/python3-rsa/python3-rsa.info @@ -1,10 +1,10 @@ PRGNAM="python3-rsa" -VERSION="4.8" +VERSION="4.9" HOMEPAGE="https://stuvel.eu/software/rsa/" -DOWNLOAD="https://files.pythonhosted.org/packages/8c/ee/4022542e0fed77dd6ddade38e1e4dea3299f873b7fd4e6d78319953b0f83/rsa-4.8.tar.gz" -MD5SUM="edb224f927cf8f53ff530ab04d092c69" +DOWNLOAD="https://files.pythonhosted.org/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-4.9.tar.gz" +MD5SUM="26a1efb79164a95c363e550c3eefe683" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pyasn1" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |