diff options
-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" |