diff options
author | Adrian Panella <ianchi74@outlook.com> | 2016-08-15 22:49:51 -0500 |
---|---|---|
committer | Adrian Panella <ianchi74@outlook.com> | 2016-08-15 22:49:51 -0500 |
commit | bc774ad41a25e8225c739a87bd9a61f876955914 (patch) | |
tree | 1a9bebaca5ed481450f8187a3cf2c58d9e40d440 | |
parent | c59ee37850a83e88c6ae121519907312c76eb2b2 (diff) |
youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
-rw-r--r-- | multimedia/youtube-dl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/youtube-dl/Makefile b/multimedia/youtube-dl/Makefile index 6c6dcf96b..ef319b441 100644 --- a/multimedia/youtube-dl/Makefile +++ b/multimedia/youtube-dl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=youtube-dl -PKG_VERSION:=2016.07.11 +PKG_VERSION:=2016.08.13 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://youtube-dl.org/downloads/$(PKG_VERSION)/ -PKG_MD5SUM:=2175d314e9a2715bf724b8c683ee536f +PKG_SOURCE_URL:=https://yt-dl.org/downloads/$(PKG_VERSION)/ +PKG_MD5SUM:=cd50b7e3df1d63b86fae0b6fa5e05a2f PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_LICENSE:=Unlicense |