youtube-dl: Update to version 2019.10.22
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 21 Oct 2019 19:32:57 +0000 (21:32 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 5 Nov 2019 21:50:43 +0000 (22:50 +0100)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit c16b4163566e261923d655a56f163f0d5d4d5ac5)

multimedia/youtube-dl/Makefile

index 5cce74f2a5c93c70a0935ed7bfa91e5b4cefe5a4..e5657f8c4cdbaa11712c999fccfad1690fed97cd 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=youtube-dl
-PKG_VERSION:=2019.10.16
+PKG_VERSION:=2019.10.22
 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:=2d93776170dad5ef7b2d2cafdd0bdfb3db625e71d55ab66d725e04d05ce64d75
+PKG_HASH:=b6e7e80691dfc0e2637565857d2c866842e0db14869586c900f3930dc1737019
 PKG_BUILD_DIR:=$(BUILD_DIR)/youtube_dl-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com>