Browse Source
Merge pull request #9086 from BKPepe/youtubedl
youtube-dl: update to version 2019.5.20
lilik-openwrt-22.03
Josef Schlehofer
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.5.11 |
|
|
|
PKG_VERSION:=2019.5.20 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=youtube_dl-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/y/youtube_dl/ |
|
|
|
PKG_HASH:=fe71aa725dc0f86deacdcc91f38492317d53b0ca8ec0f8bddc9961c205b4fea4 |
|
|
|
PKG_HASH:=f73babe4bbad1c1eab3b4d74042ed8204cd62820e8489db74d3087ff9a6575df |
|
|
|
|
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/youtube_dl-$(PKG_VERSION) |
|
|
|
|
|
|
|