diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2019-01-05 09:16:34 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2019-01-05 09:16:34 +0000 |
commit | d4f8cf5e7423a927185480969f3a1d8d98de6761 (patch) | |
tree | 7bd3a47e31c98814c0719b9fbc216e6d24427402 | |
parent | Fix expiration year (diff) |
Upgrade to 2.0.1
ChangeLog: https://github.com/un33k/python-slugify/blob/2.0.1/CHANGELOG.md
Notes
Notes:
svn path=/head/; revision=489311
-rw-r--r-- | textproc/py-python-slugify/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-python-slugify/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-python-slugify/Makefile b/textproc/py-python-slugify/Makefile index baf2e7fa78f1..81a647de22b2 100644 --- a/textproc/py-python-slugify/Makefile +++ b/textproc/py-python-slugify/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-slugify -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-python-slugify/distinfo b/textproc/py-python-slugify/distinfo index 8775ba0db286..b54640bc90eb 100644 --- a/textproc/py-python-slugify/distinfo +++ b/textproc/py-python-slugify/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1545859857 -SHA256 (python-slugify-2.0.0.tar.gz) = 4e867cb16712f4d660b74fd55ba2ef4b7431ccd6aafec0a6d41a398f4cbc2de4 -SIZE (python-slugify-2.0.0.tar.gz) = 6499 +TIMESTAMP = 1546678785 +SHA256 (python-slugify-2.0.1.tar.gz) = d3e034397236020498e677a35e5c05dcc6ba1624b608b9ef7e5fe3090ccbd5a8 +SIZE (python-slugify-2.0.1.tar.gz) = 6634 |