diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:09:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:09:55 +0000 |
commit | add5889cd44e28a16abed6bae59e25b7b38c0f30 (patch) | |
tree | 31e97b03c20b76250ce8e8a09fffd82456a4ec4d /textproc/py-markdown-it-py/Makefile | |
parent | Update to 5.9 (diff) |
Update to 0.6.2
Changes: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
Notes
Notes:
svn path=/head/; revision=565629
Diffstat (limited to 'textproc/py-markdown-it-py/Makefile')
-rw-r--r-- | textproc/py-markdown-it-py/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-markdown-it-py/Makefile b/textproc/py-markdown-it-py/Makefile index fa541ec87756..c4e64f8db066 100644 --- a/textproc/py-markdown-it-py/Makefile +++ b/textproc/py-markdown-it-py/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= markdown-it-py -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |