youtube-dl: Update to version 2019.10.16
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 16 Oct 2019 13:15:09 +0000 (15:15 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 21 Oct 2019 19:01:57 +0000 (21:01 +0200)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 07d5595)

multimedia/youtube-dl/Makefile

index f2182084310aeeb74014fb7bb4b520c273d1bda8..5cce74f2a5c93c70a0935ed7bfa91e5b4cefe5a4 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=youtube-dl
-PKG_VERSION:=2019.9.28
+PKG_VERSION:=2019.10.16
 PKG_RELEASE:=1
 
 PKG_SOURCE:=youtube_dl-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/y/youtube_dl/
-PKG_HASH:=4f4668392f9675d19bc9bd0d5d40017d2f3f43ae8be3e5b9926101d18a374f1c
+PKG_HASH:=2d93776170dad5ef7b2d2cafdd0bdfb3db625e71d55ab66d725e04d05ce64d75
 PKG_BUILD_DIR:=$(BUILD_DIR)/youtube_dl-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com>