Merge pull request #8764 from BKPepe/1806-youtubedl

[OpenWrt 18.06] youtube-dl: update to version 2019.04.24
This commit is contained in:
Josef Schlehofer 2019-04-25 11:45:43 +02:00 committed by GitHub
commit f69a00efba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=youtube-dl PKG_NAME:=youtube-dl
PKG_VERSION:=2019.01.30.1 PKG_VERSION:=2019.04.24
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/rg3/youtube-dl/tar.gz/$(PKG_VERSION)? PKG_SOURCE_URL:=https://codeload.github.com/ytdl-org/youtube-dl/tar.gz/$(PKG_VERSION)?
PKG_HASH:=6ce95ef3d290c4254fbdc50d5514a1259479486e183b63dee9a4163244035d97 PKG_HASH:=f39fbcb57a012a7a55b11666603e6d6f87f520b926932c706af7946dbe6f84a7
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_LICENSE:=Unlicense PKG_LICENSE:=Unlicense
@ -29,7 +29,7 @@ define Package/youtube-dl
CATEGORY:=Multimedia CATEGORY:=Multimedia
TITLE:=utility to download videos from YouTube.com TITLE:=utility to download videos from YouTube.com
DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes +ca-certificates DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes +ca-certificates
URL:=https://youtube-dl.org URL:=https://yt-dl.org/
endef endef
define Package/youtube-dl/description define Package/youtube-dl/description