diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-17 12:47:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 12:47:35 -0800 |
commit | bfd49026249d477b68459b15d796687347c6c1db (patch) | |
tree | a685bd921a69fb2d5e971be8cbc9217fdbcf9cf2 /multimedia | |
parent | 17891292d48a10f9049d9bca75ae71a53b616ea0 (diff) | |
parent | 983be45ad737a5f5fee44b5333b97c44f68900c5 (diff) |
Merge pull request #11361 from BKPepe/youtube
youtube-dl: update to version 2020.2.16
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/youtube-dl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/youtube-dl/Makefile b/multimedia/youtube-dl/Makefile index 13b50ad76..3e18e0a60 100644 --- a/multimedia/youtube-dl/Makefile +++ b/multimedia/youtube-dl/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=youtube-dl -PKG_VERSION:=2020.1.24 +PKG_VERSION:=2020.2.16 PKG_RELEASE:=1 PYPI_NAME:=youtube_dl -PKG_HASH:=82189f971fbe3f4b2e66a9aba7fb5bdd1b4b8c0876d7cd55382045f5555a5e44 +PKG_HASH:=b98d240c928a1bd0412b270ccf0d776aae5448672ea374e0af45f6daa3984009 PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=Unlicense |