diff options
author | Tonus <tonus1@gmail.com> | 2023-05-04 00:19:13 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-04 23:51:02 +0700 |
commit | a574b42b9b1c07c31846c698825811529b004ea3 (patch) | |
tree | 143facac2e1bfcf961dc951add8d4354a73e6d41 /desktop/todoman | |
parent | f7db762f9a82d190e24c17fbd8c40940045fe980 (diff) |
desktop/todoman: update to version 4.2.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/todoman')
-rw-r--r-- | desktop/todoman/todoman.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/todoman/todoman.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/todoman/todoman.SlackBuild b/desktop/todoman/todoman.SlackBuild index 8588d1d392c0..2230b699ccfd 100644 --- a/desktop/todoman/todoman.SlackBuild +++ b/desktop/todoman/todoman.SlackBuild @@ -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} diff --git a/desktop/todoman/todoman.info b/desktop/todoman/todoman.info index c8c6782617c8..6195d4c0c2e6 100644 --- a/desktop/todoman/todoman.info +++ b/desktop/todoman/todoman.info @@ -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" |