diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-11-29 05:56:02 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-11-29 05:56:02 +0800 |
commit | 95c93016cd5bdfaca5b418389b609906055733cb (patch) | |
tree | 146294b3412535b03da4913dfbcc641831f33132 /misc/py-tqdm | |
parent | 54dbbb098633e8fb477749eb43d40457933e54b9 (diff) | |
download | freebsd-ports-gnome-95c93016cd5bdfaca5b418389b609906055733cb.tar.gz freebsd-ports-gnome-95c93016cd5bdfaca5b418389b609906055733cb.tar.zst freebsd-ports-gnome-95c93016cd5bdfaca5b418389b609906055733cb.zip |
misc/py-tqdm: Update to 4.19.4
Changes: https://github.com/tqdm/tqdm/releases/tag/v4.19.4
PR: 223941
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Diffstat (limited to 'misc/py-tqdm')
-rw-r--r-- | misc/py-tqdm/Makefile | 2 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 7a736cec5f33..1f1c9a250f50 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.19.2 +PORTVERSION= 4.19.4 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index a461295431fe..2fe15dcbe561 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1507584980 -SHA256 (tqdm-tqdm-v4.19.2_GH0.tar.gz) = fd38c7154ab25925483583f88aca450207f602d51be76c1c9ed7b9e3574c1679 -SIZE (tqdm-tqdm-v4.19.2_GH0.tar.gz) = 72006 +TIMESTAMP = 1511898460 +SHA256 (tqdm-tqdm-v4.19.4_GH0.tar.gz) = 0b3451cc1971aa5266d9313c9cde9aeacf3056b18a272599cbab30f8579cd717 +SIZE (tqdm-tqdm-v4.19.4_GH0.tar.gz) = 72037 |