Skip to content

Commit

Permalink
www/yt-dlp: Update 2021.07.07 -> 2021.07.21
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jul 22, 2021
1 parent 21a122d commit dc66c85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions www/yt-dlp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yt-dlp
DISTVERSION= 2021.07.07
DISTVERSION= 2021.07.21
CATEGORIES= www

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -8,7 +8,12 @@ COMMENT= Command-line program for downloading videos from various platforms
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}websockets>0:devel/py-websockets@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}

USES= gmake python:3.6+ shebangfix
SHEBANG_GLOB= devscripts/*.py
Expand Down
6 changes: 3 additions & 3 deletions www/yt-dlp/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1626037134
SHA256 (yt-dlp-yt-dlp-2021.07.07_GH0.tar.gz) = 0cf180410ee47f432b37fa82d0c855af3ee2eadce0b35fafd3d9252796c8b62d
SIZE (yt-dlp-yt-dlp-2021.07.07_GH0.tar.gz) = 1666352
TIMESTAMP = 1626970806
SHA256 (yt-dlp-yt-dlp-2021.07.21_GH0.tar.gz) = e45c9f9c8cc0fe2953ba66cb4710bbfc4b319fff6a60d830eb89f02f0160784c
SIZE (yt-dlp-yt-dlp-2021.07.21_GH0.tar.gz) = 1664820

0 comments on commit dc66c85

Please sign in to comment.