diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-01-04 12:25:27 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-01-04 12:25:27 +0000 |
commit | 0507170a553183e04a8a57c1dd76507ab2f77868 (patch) | |
tree | f6c3ae93f50d98e82ba652e950e5928ac71e121c /community/youtube-dl | |
parent | 5a13addeb2700fa2a80667944ce01221deb61725 (diff) | |
download | aports-0507170a553183e04a8a57c1dd76507ab2f77868.tar.bz2 aports-0507170a553183e04a8a57c1dd76507ab2f77868.tar.xz |
community/youtube-dl: upgrade to 2017.12.31
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 ea81c349ce..72cd18aec1 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.12.28 +pkgver=2017.12.31 pkgrel=0 pkgdesc="A small command-line program to download videos from YouTube" url="http://youtube-dl.org" @@ -64,4 +64,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="1c3044ede6161b0f9fb1aa722d27d0c5f8dabcae3a1d06ad0dad99aacc83e16fcca75d0d72bed77c8d98ddd56bd7cbbf20204d39a75cb7140794c1f3b79d9ce5 youtube-dl-2017.12.28.tar.gz" +sha512sums="c6cd663627d2291c0eb6e1d711772f6640555d19f34533e1784cba4e6c983522db6dc3e44140dfcdad900db12024548bd5b16f89e60a5531538d7dcb36a8cd93 youtube-dl-2017.12.31.tar.gz" |