diff options
author | TBK <tbk@jjtc.dk> | 2017-10-22 17:23:49 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-23 12:04:52 +0200 |
commit | c54d7deeb3e4d92c16628b5796dfa616e9a1261c (patch) | |
tree | 40a62dd3a9056b9cb1745926d87441f219d19622 /community/youtube-dl | |
parent | 50a38629dda29a46c1c82285857bdf0bf36df147 (diff) | |
download | aports-c54d7deeb3e4d92c16628b5796dfa616e9a1261c.tar.bz2 aports-c54d7deeb3e4d92c16628b5796dfa616e9a1261c.tar.xz |
community/youtube-dl: upgrade to 2017.10.20
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 ab535e3f4a..43d46c47a8 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=2017.10.15.1 +pkgver=2017.10.20 pkgrel=0 pkgdesc="A small command-line program to download videos from YouTube" url="http://youtube-dl.org" @@ -59,4 +59,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="6093747f732dac4eda4c71d334ed01fc24ba70d29e5660c38ff795861f06c4029441c3a4576e6a5463974488aeb7732687e5634481c8b04127f77499a2405a1c youtube-dl-2017.10.15.1.tar.gz" +sha512sums="973465ad7d04f9d790fb9d36ca1c2c89c13f64b599ac3ef61f7720cd9d618d01619f76b419044eb716123e8300c1e2b4d881972a8240e0421f396dddd7affef1 youtube-dl-2017.10.20.tar.gz" |