diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-07-28 18:16:53 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-07-28 18:17:18 +0200 |
commit | 7046a31ab945967f090ac135f33f2cf5e71dfb61 (patch) | |
tree | a7a933135d30de1c4a3cf2a79bebf145782cf48a /multimedia | |
parent | 211db341e9238728aca93878e3073f6f99ea7484 (diff) |
youtube-dl: update to version 2020.7.28
Become the only maintainer of this package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/youtube-dl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/youtube-dl/Makefile b/multimedia/youtube-dl/Makefile index 8736d1469..441afc409 100644 --- a/multimedia/youtube-dl/Makefile +++ b/multimedia/youtube-dl/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=youtube-dl -PKG_VERSION:=2020.6.16.1 +PKG_VERSION:=2020.7.28 PKG_RELEASE:=1 PYPI_NAME:=youtube_dl -PKG_HASH:=9fc0389a1bbbeb609a5bb4ad5630dea107a9d1a24c73721c611a78c234309a75 +PKG_HASH:=4af90dac41dba8b2c8bdce3903177c4ecbc27d75e03a3f08070f9d9decbae829 -PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com> +PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=Unlicense PKG_LICENSE_FILES:=LICENSE |