Browse Source
Merge pull request #8052 from BKPepe/youtube-dl
youtube-dl: update to version 2019.01.27
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
multimedia/youtube-dl/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=youtube-dl |
|
|
|
PKG_VERSION:=2019.01.24 |
|
|
|
PKG_VERSION:=2019.01.27 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://codeload.github.com/rg3/youtube-dl/tar.gz/$(PKG_VERSION)? |
|
|
|
PKG_HASH:=b4916ffc33d6dcac8e8be1656a65b8706cb7f824b7c734fe04588c78f7d09e04 |
|
|
|
PKG_HASH:=8269000e995d8ed7303c0012e88224dee323dee0f8b71ed032cd3a986fb5a697 |
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |
|
|
|
|
|
|
|
PKG_LICENSE:=Unlicense |
|
|
|