mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-pykeepass: Update for 4.1.0.post1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d47d5502b0
commit
317d8c5db0
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-pykeepass
|
||||
VERSION=${VERSION:-4.1.0}
|
||||
VERSION=${VERSION:-4.1.0.post1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pykeepass"
|
||||
VERSION="4.1.0"
|
||||
VERSION="4.1.0.post1"
|
||||
HOMEPAGE="https://github.com/libkeepass/pykeepass"
|
||||
DOWNLOAD="https://github.com/libkeepass/pykeepass/archive/v4.1.0/pykeepass-4.1.0.tar.gz"
|
||||
MD5SUM="6ae5210a8b70805c95dff0ea09731e31"
|
||||
DOWNLOAD="https://github.com/libkeepass/pykeepass/archive/v4.1.0.post1/pykeepass-4.1.0.post1.tar.gz"
|
||||
MD5SUM="bb1d308857b9eeef14bb5340ee9f64ca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-argon2-cffi python3-construct python3-lxml python3-setuptools-opt pycryptodomex"
|
||||
|
|
Loading…
Reference in a new issue