diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-14 09:30:12 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-14 09:30:12 +0000 |
commit | c655c7fa29ce9f6a3f97ba21061e8fc24685e2fe (patch) | |
tree | 1763fd40b9994b45a86ce82e424c86c0eb88c476 /community/youtube-dl | |
parent | d52dc96e2f0b377fdb55edc0eb3a4db48d62f470 (diff) | |
download | aports-c655c7fa29ce9f6a3f97ba21061e8fc24685e2fe.tar.bz2 aports-c655c7fa29ce9f6a3f97ba21061e8fc24685e2fe.tar.xz |
community/youtube-dl: upgrade to 2017.02.14
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 e483da7273..8bb6e260f9 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.02.10 +pkgver=2017.02.14 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/ || return 1 } -sha512sums="dd5f85fc6c89af3c62c2c47ff80802a318489e4741f9efbc28ae0d6b28a86ad33fc6d9e26b4b4199668e60bee085351e176cfc079c8027dce3ba8cecf347e20a youtube-dl-2017.02.10.tar.gz" +sha512sums="6df79f304fa24f889629dd4cc4a24c90af8e1c9fb1352c5b1d3a5685f91b81fff9a71c5be31decc85515b93f7153607096ef9f47148364a2d562922c52f79a09 youtube-dl-2017.02.14.tar.gz" |