youtube-dl: update to version 2019.06.21
Small Makefile polishing - removed PKG_BUILD_DIR - PKG_MAINTAINER is above PKG_LICENSE - URL should be under TITLE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
7879bbdb4b
commit
63c532a712
1 changed files with 4 additions and 5 deletions
|
@ -8,17 +8,16 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=youtube-dl
|
PKG_NAME:=youtube-dl
|
||||||
PKG_VERSION:=2019.05.11
|
PKG_VERSION:=2019.06.21
|
||||||
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/ytdl-org/youtube-dl/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/ytdl-org/youtube-dl/tar.gz/$(PKG_VERSION)?
|
||||||
PKG_HASH:=f823c401fc28213872d7fa10b82bfc4260ebba6a08a23be71e5c9fb2c2290327
|
PKG_HASH:=03c6cd1bc112dc8d950cb9d0f05ac90f7111caabcefb1a66483a0fd2319269e0
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com>
|
||||||
PKG_LICENSE:=Unlicense
|
PKG_LICENSE:=Unlicense
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python/host zip/host
|
PKG_BUILD_DEPENDS:=python/host zip/host
|
||||||
|
|
||||||
|
@ -28,8 +27,8 @@ define Package/youtube-dl
|
||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
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
|
|
||||||
URL:=https://yt-dl.org/
|
URL:=https://yt-dl.org/
|
||||||
|
DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes +ca-certificates
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/youtube-dl/description
|
define Package/youtube-dl/description
|
||||||
|
|
Loading…
Reference in a new issue