diff options
-rw-r--r-- | net/py-gdown/Makefile | 5 | ||||
-rw-r--r-- | net/py-gdown/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/py-gdown/Makefile b/net/py-gdown/Makefile index c2c76f9267e9..71c4ac7e1680 100644 --- a/net/py-gdown/Makefile +++ b/net/py-gdown/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= gdown -PORTVERSION= 3.12.2 +PORTVERSION= 3.13.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Drive direct download of big files LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.12.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} diff --git a/net/py-gdown/distinfo b/net/py-gdown/distinfo index 67644f075c55..1772b2e0feae 100644 --- a/net/py-gdown/distinfo +++ b/net/py-gdown/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604480698 -SHA256 (gdown-3.12.2.tar.gz) = 4b3a1301e57bfd8dce939bf25ef8fbb4b23967fd0f878eede328bdcc41386bac -SIZE (gdown-3.12.2.tar.gz) = 8218 +TIMESTAMP = 1620298646 +SHA256 (gdown-3.13.0.tar.gz) = d5f9389539673875712beba4936c4ace95d24324953c6f0408a858c534c0bf21 +SIZE (gdown-3.13.0.tar.gz) = 9335 |