mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/py-gdown: Update to 4.2.0
Changes: https://github.com/wkentaro/gdown/releases https://github.com/wkentaro/gdown/commits/main
This commit is contained in:
parent
bf74d9a39d
commit
61e37c36d6
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= gdown
|
||||
PORTVERSION= 4.0.2
|
||||
PORTVERSION= 4.2.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,8 +12,9 @@ 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>=2.12.0:www/py-requests@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1634391152
|
||||
SHA256 (gdown-4.0.2.tar.gz) = 5d261cde60ac156fb1e9a6450cdb5413d947bfdbcf52f91db2a99bb455fb690c
|
||||
SIZE (gdown-4.0.2.tar.gz) = 10952
|
||||
TIMESTAMP = 1635181087
|
||||
SHA256 (gdown-4.2.0.tar.gz) = bd871c125242a9d3691aa74f360b6b5268a58c13991bb2405fdb3ec3028307dc
|
||||
SIZE (gdown-4.2.0.tar.gz) = 13653
|
||||
|
|
Loading…
Add table
Reference in a new issue