Browse Source
Merge pull request #11469 from BKPepe/youtubedl
youtube-dl: update to version 2020.3.1
lilik-openwrt-22.03
Rosen Penev
5 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,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=youtube-dl |
|
|
|
PKG_VERSION:=2020.2.16 |
|
|
|
PKG_VERSION:=2020.3.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=youtube_dl |
|
|
|
PKG_HASH:=b98d240c928a1bd0412b270ccf0d776aae5448672ea374e0af45f6daa3984009 |
|
|
|
PKG_HASH:=fe617fa21730da7b5200b7655737c54ba4e4cf0978a2a7adcfb2ea6c679b7f8a |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com> |
|
|
|
PKG_LICENSE:=Unlicense |
|
|
|