diff options
author | Ivan Tham <pickfire@riseup.net> | 2017-02-23 01:16:37 +0800 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-23 07:14:07 +0000 |
commit | 0d92055d0400718f71ec55d3c1539471ec666fa4 (patch) | |
tree | 4588280b72983e3cece001f2c89350f91432a48d /community/youtube-dl | |
parent | 9035a3e663b78b4293e6bac8062dea993054652f (diff) | |
download | aports-0d92055d0400718f71ec55d3c1539471ec666fa4.tar.bz2 aports-0d92055d0400718f71ec55d3c1539471ec666fa4.tar.xz |
community/youtube-dl: upgrade to 2017.02.21
Diffstat (limited to 'community/youtube-dl')
-rw-r--r-- | community/youtube-dl/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/youtube-dl/APKBUILD b/community/youtube-dl/APKBUILD index 8bb6e260f9..a9bea8b50b 100644 --- a/community/youtube-dl/APKBUILD +++ b/community/youtube-dl/APKBUILD @@ -3,10 +3,10 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=youtube-dl -pkgver=2017.02.14 +pkgver=2017.02.21 pkgrel=0 -pkgdesc="A small command-line program to download videos from YouTube." -url="http://youtube-dl.org " +pkgdesc="A small command-line program to download videos from YouTube" +url="http://youtube-dl.org" arch="noarch" license="Unlicense" depends="python2 py-setuptools ffmpeg" @@ -59,4 +59,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ || return 1 } -sha512sums="6df79f304fa24f889629dd4cc4a24c90af8e1c9fb1352c5b1d3a5685f91b81fff9a71c5be31decc85515b93f7153607096ef9f47148364a2d562922c52f79a09 youtube-dl-2017.02.14.tar.gz" +sha512sums="3c1702a6d06bf8c632d1d0b9538da5befabcdd3b815563d46036ce28952408cc5be54905e71c2b7bb41c640798b49995c21ae9e975b45d1569cf2157c33a1a58 youtube-dl-2017.02.21.tar.gz" |