mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-keyring: Update for 25.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
73c03f2b17
commit
e16d24c79a
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-keyring
|
||||
VERSION=${VERSION:-25.4.1}
|
||||
VERSION=${VERSION:-25.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-keyring"
|
||||
VERSION="25.4.1"
|
||||
VERSION="25.5.0"
|
||||
HOMEPAGE="https://github.com/jaraco/keyring"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.4.1.tar.gz"
|
||||
MD5SUM="18421ba10fcf6af96586aa0761cc667d"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.5.0.tar.gz"
|
||||
MD5SUM="abbca9e5a78bdb506d3ba0bfa3fe3642"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-importlib_metadata python3-jaraco.classes python3-jaraco.context python3-jaraco.functools secretstorage"
|
||||
|
|
Loading…
Reference in a new issue