From 63c532a71268bdc22e9511df32286ed54b347a84 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 22 Jun 2019 19:04:42 +0200 Subject: [PATCH] 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 --- multimedia/youtube-dl/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/multimedia/youtube-dl/Makefile b/multimedia/youtube-dl/Makefile index f7ba659fc..c0f1b8717 100644 --- a/multimedia/youtube-dl/Makefile +++ b/multimedia/youtube-dl/Makefile @@ -8,17 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=youtube-dl -PKG_VERSION:=2019.05.11 +PKG_VERSION:=2019.06.21 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ytdl-org/youtube-dl/tar.gz/$(PKG_VERSION)? -PKG_HASH:=f823c401fc28213872d7fa10b82bfc4260ebba6a08a23be71e5c9fb2c2290327 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_HASH:=03c6cd1bc112dc8d950cb9d0f05ac90f7111caabcefb1a66483a0fd2319269e0 +PKG_MAINTAINER:=Adrian Panella , Josef Schlehofer PKG_LICENSE:=Unlicense PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Adrian Panella , Josef Schlehofer PKG_BUILD_DEPENDS:=python/host zip/host @@ -28,8 +27,8 @@ define Package/youtube-dl SECTION:=multimedia CATEGORY:=Multimedia 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/ + DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes +ca-certificates endef define Package/youtube-dl/description