diff options
author | prspkt <prspkt@protonmail.com> | 2019-11-21 22:13:47 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 21:40:13 +0100 |
commit | 9229ca35930a01466ac85200fb14ea0079fc6133 (patch) | |
tree | de30701574cc6b57521514e6812e4ee2979a7c74 | |
parent | 4e15e22946bb1cdb23354a53598959ff3bd916fc (diff) | |
download | aports-9229ca35930a01466ac85200fb14ea0079fc6133.tar.bz2 aports-9229ca35930a01466ac85200fb14ea0079fc6133.tar.xz |
community/youtube-dl: upgrade to 2019.11.22
-rw-r--r-- | community/youtube-dl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/youtube-dl/APKBUILD b/community/youtube-dl/APKBUILD index 3044b7a1c5..28b79eb3ab 100644 --- a/community/youtube-dl/APKBUILD +++ b/community/youtube-dl/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=youtube-dl -pkgver=2019.11.05 -pkgrel=1 +pkgver=2019.11.22 +pkgrel=0 pkgdesc="Command-line program to download videos from YouTube" url="https://youtube-dl.org/" arch="noarch" @@ -64,4 +64,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="ec6d42e61d01e7f4087e980953c47facbbc9c5722d40f6c066789b940e084042fdc9a00266c13822a671137adf7f528fd7eb31a7849337e2e7418a722d9f865f youtube-dl-2019.11.05.tar.gz" +sha512sums="bd43d851044ab08ffd878a064aa98d2b1646fef14c4ea17f68400602dc2132209ff99213429bf8fcc2a6423758fc4add0ecff2d3c1589355a9d9627c36b78cae youtube-dl-2019.11.22.tar.gz" |