diff options
Diffstat (limited to 'www/py-httpx-retries/Makefile')
-rw-r--r-- | www/py-httpx-retries/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-httpx-retries/Makefile b/www/py-httpx-retries/Makefile index 7a76411077d8..bc3702d822c4 100644 --- a/www/py-httpx-retries/Makefile +++ b/www/py-httpx-retries/Makefile @@ -1,11 +1,11 @@ PORTNAME= httpx-retries -PORTVERSION= 0.3.2 +DISTVERSION= 0.4.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= httpx_retries-${PORTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Retry layer for HTTPX WWW= https://will-ockmore.github.io/httpx-retries/ |