diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-10-20 05:10:47 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-10-20 05:10:47 +0000 |
commit | 09c2a4db936c7dc2a52dc63524d8e702ef6bf0ae (patch) | |
tree | 0ffb1fc701b9f2d05505a9c6b68725aa6b7688da /community/youtube-dl | |
parent | a89c281f3045d7fbf14501b718943688cca2c18a (diff) | |
download | aports-09c2a4db936c7dc2a52dc63524d8e702ef6bf0ae.tar.bz2 aports-09c2a4db936c7dc2a52dc63524d8e702ef6bf0ae.tar.xz |
community/youtube-dl: upgrade to 2017.10.15.1
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 28c6b59ad7..ab535e3f4a 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.10.12 +pkgver=2017.10.15.1 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/ } -sha512sums="5ffe2f2db80d60905f9991a42268dc01f3e3ab121acf18e4a10e2ef449059a7c851cb0b833a1876ead1e11b93b55b13dd94ba439431c162b709161fe37b21701 youtube-dl-2017.10.12.tar.gz" +sha512sums="6093747f732dac4eda4c71d334ed01fc24ba70d29e5660c38ff795861f06c4029441c3a4576e6a5463974488aeb7732687e5634481c8b04127f77499a2405a1c youtube-dl-2017.10.15.1.tar.gz" |