From b92718ba717febe96fbef5def93e86ed5bdcfec8 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Thu, 10 Dec 2020 13:58:48 +0000 Subject: [PATCH] Upgrade to 3.2.0. Changelog at . --- textproc/py-enchant/Makefile | 2 +- textproc/py-enchant/distinfo | 6 +++--- textproc/py-enchant/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index 9b7079559145..b459cb858170 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enchant -PORTVERSION= 3.1.1 +PORTVERSION= 3.2.0 CATEGORIES= textproc devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-enchant/distinfo b/textproc/py-enchant/distinfo index e4d56ea09005..abe7c35281b6 100644 --- a/textproc/py-enchant/distinfo +++ b/textproc/py-enchant/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597848238 -SHA256 (pyenchant-3.1.1.tar.gz) = ce0915d7acd771fde6e8c2dce8ad0cb0e6f7c4fa8430cc96e3e7134e99aeb12f -SIZE (pyenchant-3.1.1.tar.gz) = 49363 +TIMESTAMP = 1607608322 +SHA256 (pyenchant-3.2.0.tar.gz) = 6b97e9a9f132fa7c9029a6635d821ccad67d4980e68186d02c765b4256b6f152 +SIZE (pyenchant-3.2.0.tar.gz) = 49476 diff --git a/textproc/py-enchant/pkg-descr b/textproc/py-enchant/pkg-descr index f39af8c6c039..23d5478b6b94 100644 --- a/textproc/py-enchant/pkg-descr +++ b/textproc/py-enchant/pkg-descr @@ -5,4 +5,4 @@ of Enchant with the flexibility of Python and a nice 'Pythonic' object-oriented interface. It also aims to provide some higher-level functionality than is available in the C API. -WWW: https://pypi.org/project/pyenchant/ +WWW: https://pyenchant.github.io/pyenchant/