diff options
Diffstat (limited to 'devel/py-arpeggio/Makefile')
-rw-r--r-- | devel/py-arpeggio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-arpeggio/Makefile b/devel/py-arpeggio/Makefile index 111296bd7399..da99efaad10c 100644 --- a/devel/py-arpeggio/Makefile +++ b/devel/py-arpeggio/Makefile @@ -1,8 +1,8 @@ PORTNAME= arpeggio -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= devel python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/textX/Arpeggio/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Arpeggio-${PORTVERSION} |