diff options
Diffstat (limited to 'community/youtube-dl')
-rw-r--r-- | community/youtube-dl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/youtube-dl/APKBUILD b/community/youtube-dl/APKBUILD index c644f371b6..689f882fa7 100644 --- a/community/youtube-dl/APKBUILD +++ b/community/youtube-dl/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=youtube-dl -pkgver=2019.09.01 +pkgver=2019.09.12 pkgrel=0 pkgdesc="Command-line program to download videos from YouTube" url="https://youtube-dl.org/" @@ -65,4 +65,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="327ef44180e2048045884d79de20541f81a4dbcee415c3fa15bcf333674f2b6e6c6663efa532b64e4f7078449af946479c98464ff9b54642e886f8c792f0b82f youtube-dl-2019.09.01.tar.gz" +sha512sums="7731d83858df1ff9ab133c81a37544e1b39257c2e8cd2ea968d0b534e25b93161ddd991177c1d5d2a4621b7824609aa773498bf584d0c29eaafef945101db87f youtube-dl-2019.09.12.tar.gz" |