Merge pull request #3187 from ianchi/youtube-dl

youtube-dl: update version
This commit is contained in:
Hannu Nyman 2016-09-19 10:08:07 +03:00 committed by GitHub
commit 23fff36cbb

View file

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=youtube-dl
PKG_VERSION:=2016.08.13
PKG_VERSION:=2016.09.19
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://yt-dl.org/downloads/$(PKG_VERSION)/
PKG_MD5SUM:=cd50b7e3df1d63b86fae0b6fa5e05a2f
PKG_MD5SUM:=c760476f7950fb579c430e2db069fc8c
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_LICENSE:=Unlicense