python/python3-pykeepass: Update for 4.1.0.post1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-07-31 12:35:14 -07:00 committed by Willy Sudiarto Raharjo
parent d47d5502b0
commit 317d8c5db0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"