diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-17 14:17:33 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-17 14:17:33 +0000 |
commit | 74df6ca2c50ee22be009efc1285a9c120e8f29a6 (patch) | |
tree | 09cd95967f44900345f5824aa5794078754a5fe5 /community/youtube-dl | |
parent | d7b74b913b4bbb8a5ebe06aa328e5e666b7d4443 (diff) | |
download | aports-74df6ca2c50ee22be009efc1285a9c120e8f29a6.tar.bz2 aports-74df6ca2c50ee22be009efc1285a9c120e8f29a6.tar.xz |
community/youtube-dl: upgrade to 2018.12.17
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 201584e01f..c0137bb889 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=2018.11.07 +pkgver=2018.12.17 pkgrel=0 pkgdesc="Command-line program to download videos from YouTube" url="https://youtube-dl.org" @@ -60,4 +60,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="9bb552e1343d151c98aa20a91728d59cfea1ec24d838533af57a3d25c5ab4be7e1de2aac2e426632835a20ed0ef3516ce3c8cccdc9b0d2505bd1516d5b9e910d youtube-dl-2018.11.07.tar.gz" +sha512sums="88d98391d110d6542503590c4735c765137cde43bc3a1f1b33b197d323a1226ed550d559f67bd4aadab3c82de8a471fa71bf4e1440e5641e1c51ba5cb7059904 youtube-dl-2018.12.17.tar.gz" |