mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-keyring: Update for 25.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
749b9e4f2f
commit
31838682e9
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-keyring
|
||||
VERSION=${VERSION:-25.0.0}
|
||||
VERSION=${VERSION:-25.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-keyring"
|
||||
VERSION="25.0.0"
|
||||
VERSION="25.1.0"
|
||||
HOMEPAGE="https://github.com/jaraco/keyring"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.0.0.tar.gz"
|
||||
MD5SUM="0e094cfa84632f647a4877d6e5c3e9cf"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/k/keyring/keyring-25.1.0.tar.gz"
|
||||
MD5SUM="f5db2f4ff95722e35540e2b4fba2f83c"
|
||||
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