Skip to content

Commit

Permalink
Merge pull request openwrt#3070 from ianchi/youtube-dl
Browse files Browse the repository at this point in the history
youtube-dl: update version
  • Loading branch information
champtar authored Aug 16, 2016
2 parents 6994b98 + bc774ad commit 9157e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions multimedia/youtube-dl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9157e22

Please sign in to comment.