diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-12 09:49:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-12 09:49:05 +0700 |
commit | 95a5ce4e1224fb3c4116c2c026f37b22a51b70e0 (patch) | |
tree | 4f54b26985653124944ee8d6db55fbd42d3c2184 /python | |
parent | 6b6b8695004b35892bbae13d6b79a6cda44386b5 (diff) | |
download | slackbuilds-95a5ce4e1224fb3c4116c2c026f37b22a51b70e0.tar.gz |
python/secretstorage: Updated for version 3.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/secretstorage/secretstorage.SlackBuild | 2 | ||||
-rw-r--r-- | python/secretstorage/secretstorage.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/secretstorage/secretstorage.SlackBuild b/python/secretstorage/secretstorage.SlackBuild index e6b9f92d18..fbcec08e5f 100644 --- a/python/secretstorage/secretstorage.SlackBuild +++ b/python/secretstorage/secretstorage.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=secretstorage SRCNAM=SecretStorage -VERSION=${VERSION:-2.3.1} +VERSION=${VERSION:-3.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/secretstorage/secretstorage.info b/python/secretstorage/secretstorage.info index 9224f8bf4b..60094c373f 100644 --- a/python/secretstorage/secretstorage.info +++ b/python/secretstorage/secretstorage.info @@ -1,8 +1,8 @@ PRGNAM="secretstorage" -VERSION="2.3.1" +VERSION="3.3.1" HOMEPAGE="https://github.com/mitya57/secretstorage" -DOWNLOAD="https://pypi.python.org/packages/a5/a5/0830cfe34a4cfd0d1c3c8b614ede1edb2aaf999091ac8548dd19cb352e79/SecretStorage-2.3.1.tar.gz" -MD5SUM="3b9465831b069e2622973afb7deb7bc2" +DOWNLOAD="https://files.pythonhosted.org/packages/cd/08/758aeb98db87547484728ea08b0292721f1b05ff9005f59b040d6203c009/SecretStorage-3.3.1.tar.gz" +MD5SUM="23563c1d167c51e3d9483479cd7caccd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cryptography" |