desktop/todoman: update to version 4.2.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tonus 2023-05-04 00:19:13 +02:00 committed by Willy Sudiarto Raharjo
parent f7db762f9a
commit a574b42b9b
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=todoman
VERSION=${VERSION:-4.0.0}
VERSION=${VERSION:-4.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="todoman"
VERSION="4.0.0"
VERSION="4.2.1"
HOMEPAGE="https://github.com/pimutils/todoman"
DOWNLOAD="https://github.com/pimutils/todoman/releases/download/v4.0.0/todoman-4.0.0.tar.gz"
MD5SUM="e8bc6ab47e1c42c98ff5860fd73064ed"
DOWNLOAD="https://files.pythonhosted.org/packages/6c/0e/5a3ed2a34251625f8483f844ba0dba4bf903b0db8b63e87a70666eea7ee7/todoman-4.2.1.tar.gz"
MD5SUM="b44620a549d4afeae307bc99ad811d3b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="atomicwrites click click-log icalendar python3-dateutil parsedatetime humanize python3-tabulate python-urwid"