diff options
author | prspkt <prspkt@protonmail.com> | 2018-04-08 19:56:57 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-09 11:24:39 +0000 |
commit | ac5324598d71032a602adc45e2b04c14949e314f (patch) | |
tree | 18af87ff0ee447fd057c4c0d7c98f3654f014505 /community/youtube-dl | |
parent | ad9fa061c2dfd12bd872d2899167999a22faea1e (diff) | |
download | aports-ac5324598d71032a602adc45e2b04c14949e314f.tar.bz2 aports-ac5324598d71032a602adc45e2b04c14949e314f.tar.xz |
community/youtube-dl: upgrade to 2018.04.09
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 3c26b38075..6b4bd71aad 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=2018.04.03 +pkgver=2018.04.09 pkgrel=0 pkgdesc="Command-line program to download videos from YouTube" url="http://youtube-dl.org" @@ -60,4 +60,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="a26c34c61bb9871706f39b48406e40abd7c037c444e9573343617f2f48a6516316f95de753cfd359e81fb77d2654746f23fe282e0664d02470cf8551247bb4d9 youtube-dl-2018.04.03.tar.gz" +sha512sums="48c2d56493d5a0db911ea3e443dc7a87fe345de2da2094cad037901267480c3b44f8f927480547ffa527240ea4c1b650f31e01068ba72c49518c4895e554572f youtube-dl-2018.04.09.tar.gz" |