network/vdirsyncer: update to version 0.19.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tonus 2023-05-04 00:27:50 +02:00 committed by Willy Sudiarto Raharjo
parent 43496cad0c
commit 93d44c19c3
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=vdirsyncer
VERSION=${VERSION:-0.19.0}
VERSION=${VERSION:-0.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="vdirsyncer"
VERSION="0.19.0"
VERSION="0.19.1"
HOMEPAGE="https://github.com/pimutils/vdirsyncer"
DOWNLOAD="https://files.pythonhosted.org/packages/c9/77/4c6a43d26b75811885aff211b73e078eeeea86d5601c5c12dd188d7e2fd5/vdirsyncer-0.19.0.tar.gz"
MD5SUM="4d2513d9a4e460a6abb4b7b98778ce9d"
DOWNLOAD="https://files.pythonhosted.org/packages/51/b6/92dcd91a6b9c6581edf14357f24ea11de7f402cde6b27f483d491313c51f/vdirsyncer-0.19.1.tar.gz"
MD5SUM="ccba0cbd6d6c0bf6156a9e2285b1b089"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="click click-log click-threading requests-toolbelt python-urwid python3-aiohttp python3-aiostream"