diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2016-11-06 22:37:26 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-06 23:42:50 +0100 |
commit | 9d49c7903e1d4f4a40e7049c8761094554895735 (patch) | |
tree | e277fb1b31988678e60eec3b4d2a6e9f0a3a08db /community/youtube-dl | |
parent | be8ebfa293ae0f93c925392905e494d4a804a1b8 (diff) | |
download | aports-9d49c7903e1d4f4a40e7049c8761094554895735.tar.bz2 aports-9d49c7903e1d4f4a40e7049c8761094554895735.tar.xz |
community/youtube-dl: upgrade to 2016.11.04
Diffstat (limited to 'community/youtube-dl')
-rw-r--r-- | community/youtube-dl/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/youtube-dl/APKBUILD b/community/youtube-dl/APKBUILD index 7664337c94..52d4adf438 100644 --- a/community/youtube-dl/APKBUILD +++ b/community/youtube-dl/APKBUILD @@ -4,7 +4,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=youtube-dl -pkgver=2016.11.02 +pkgver=2016.11.04 pkgrel=0 pkgdesc="A small command-line program to download videos from YouTube." url="http://youtube-dl.org " @@ -16,7 +16,7 @@ subpackages=" $pkgname-zsh-completion:zshcomp $pkgname-bash-completion:bashcomp $pkgname-fish-completion:fishcomp" -source="https://github.com/rg3/$pkgname/releases/download/2016.11.02/$pkgname-$pkgver.tar.gz" +source="https://github.com/rg3/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname" prepare() { @@ -60,6 +60,6 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ || return 1 } -md5sums="77a63be2408c9cecbc8d1d6ff987ec21 youtube-dl-2016.11.02.tar.gz" -sha256sums="97777924c3df763d3f2259c9a7f227a01e787ccd452be198191a4a848a7632d7 youtube-dl-2016.11.02.tar.gz" -sha512sums="54501a153dad0523ab4df4120169b9bb9e0ae61c82eb9d1c126ced06c3f853604ef9104812cf839ef348b04c04d016798cac9e15cff45b4eba1cff09096d6d5c youtube-dl-2016.11.02.tar.gz" +md5sums="3d9178a9f9278f24cb313e90c8ef5be3 youtube-dl-2016.11.04.tar.gz" +sha256sums="9622b29b81587278a00e39e4206e7c52555d240cbbb44242f237660169e8d531 youtube-dl-2016.11.04.tar.gz" +sha512sums="063954b3980e5f946eb54c27bfd7593f1f4076d452fb8edf495bee91db66d5a31efc8038dbbdd39d5b11c3e144104e6dc858dcff678bd9dba7ebbafd134a30ca youtube-dl-2016.11.04.tar.gz" |