diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-28 07:00:21 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-28 07:00:21 +0000 |
commit | 56b1f14fc3e1d2156c9e2174137c139210f70ba3 (patch) | |
tree | 923d00b75db3c3a1ffd74320100c8cb65faa7005 /community | |
parent | 542c18c4739f7c612f81b0f695e771aefb25cb4c (diff) | |
download | aports-56b1f14fc3e1d2156c9e2174137c139210f70ba3.tar.bz2 aports-56b1f14fc3e1d2156c9e2174137c139210f70ba3.tar.xz |
community/youtube-dl: upgrade to 2017.02.27
Diffstat (limited to 'community')
-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 a9bea8b50b..cf124fb670 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.21 +pkgver=2017.02.27 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="3c1702a6d06bf8c632d1d0b9538da5befabcdd3b815563d46036ce28952408cc5be54905e71c2b7bb41c640798b49995c21ae9e975b45d1569cf2157c33a1a58 youtube-dl-2017.02.21.tar.gz" +sha512sums="285a853aba6e799bc6f998ca8202cc1bf12c8102b74ea01316a7d1a6fcfd2c2042195d976d5e07592dca645ed9b0c0ce1ba20e9a266955e6c986d0aa6da9d551 youtube-dl-2017.02.27.tar.gz" |