diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-09-15 18:21:32 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-09-15 18:23:21 +0200 |
commit | cc6f4ab7ebecc06702cef366d79141132cf8d9cb (patch) | |
tree | 656940689ca83457dc54a74964c4492112faddf8 /multimedia | |
parent | d2e35995f2b986ab0748a3a5a37b5a7a67aba762 (diff) |
youtube-dl: update to version 2020.9.14
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
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 e3d470548..f19b139cd 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.9.6 +PKG_VERSION:=2020.9.14 PKG_RELEASE:=1 PYPI_NAME:=youtube_dl -PKG_HASH:=eced5195e3264c36d2d62610bf235f75b592d5bb2f8ac424fd8da54ee426cd75 +PKG_HASH:=fdd7e328c6f23e83f331490293dc8fb4d4ca07eaf22b895d51021541abcc4236 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=Unlicense |