diff options
author | Giancarlo Dessì <slack@giand.it> | 2022-04-29 04:23:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:53 +0700 |
commit | 234528016d454381ad6be53931877ab800c4e295 (patch) | |
tree | 3d58970982be17b1c50b1ac36374c036a128abc4 /python/doit | |
parent | 692ddc8d65eaedad535a7a39698d62d9de0b59f9 (diff) | |
download | slackbuilds-234528016d454381ad6be53931877ab800c4e295.tar.gz |
python/doit: Updated for version 0.36.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/doit')
-rw-r--r-- | python/doit/doit.SlackBuild | 2 | ||||
-rw-r--r-- | python/doit/doit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/doit/doit.SlackBuild b/python/doit/doit.SlackBuild index 435fa12770..2e57532f40 100644 --- a/python/doit/doit.SlackBuild +++ b/python/doit/doit.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=doit -VERSION=${VERSION:-0.35.0} +VERSION=${VERSION:-0.36.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/doit/doit.info b/python/doit/doit.info index c903728b97..feb9929531 100644 --- a/python/doit/doit.info +++ b/python/doit/doit.info @@ -1,8 +1,8 @@ PRGNAM="doit" -VERSION="0.35.0" +VERSION="0.36.0" HOMEPAGE="https://pydoit.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/95/c3/1f70fa32a703b58821d91eadd498ce88f063f3fce9b399ac7c23750aefc8/doit-0.35.0.tar.gz" -MD5SUM="1d8894b11a7369352317f61594460ce0" +DOWNLOAD="https://files.pythonhosted.org/packages/5a/36/66b7dea1bb5688ba0d2d7bc113e9c0d57df697bd3f39ce2a139d9612aeee/doit-0.36.0.tar.gz" +MD5SUM="5ee4995e15d9308ccc6a3211a9fa2abd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cloudpickle pyinotify" |