diff options
author | Tonus <tonus1@gmail.com> | 2023-05-04 00:27:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-04 23:46:58 +0700 |
commit | 93d44c19c3e5c3a9e74cb1bba63d208dd0555c1b (patch) | |
tree | ccdc45279b935dc459cb3dbdce1cf9ea9cce183f /network/vdirsyncer | |
parent | 43496cad0c26256a3e42251528cc33213c2a314a (diff) |
network/vdirsyncer: update to version 0.19.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/vdirsyncer')
-rw-r--r-- | network/vdirsyncer/vdirsyncer.SlackBuild | 2 | ||||
-rw-r--r-- | network/vdirsyncer/vdirsyncer.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/vdirsyncer/vdirsyncer.SlackBuild b/network/vdirsyncer/vdirsyncer.SlackBuild index aaf9dcf68c54..3e1606f08742 100644 --- a/network/vdirsyncer/vdirsyncer.SlackBuild +++ b/network/vdirsyncer/vdirsyncer.SlackBuild @@ -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} diff --git a/network/vdirsyncer/vdirsyncer.info b/network/vdirsyncer/vdirsyncer.info index 3eb0a11976e0..a5f1cbfdf6ae 100644 --- a/network/vdirsyncer/vdirsyncer.info +++ b/network/vdirsyncer/vdirsyncer.info @@ -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" |