diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-04-28 13:26:56 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-04-28 13:26:56 +0000 |
commit | 8974cc214ea3c13dda7612ab03ccde170c36bf78 (patch) | |
tree | 0ff86bab5ba9f830169f4f1c094d7fafeb78accc /community | |
parent | dc6b09f2555a35ba7f9d35426a911f69d388051a (diff) | |
download | aports-8974cc214ea3c13dda7612ab03ccde170c36bf78.tar.bz2 aports-8974cc214ea3c13dda7612ab03ccde170c36bf78.tar.xz |
community/youtube-dl: upgrade to 2017.04.28
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 5475acf045..97da5a1d60 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.04.03 +pkgver=2017.04.28 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="37c54404c19c99e6ac3d221622503a6f4023cc4534b26ac7a012d0077ae706a220905b206aa3530ffaa41a840df1e3a5c098f834fac795bec1397384635a2e8c youtube-dl-2017.04.03.tar.gz" +sha512sums="c628eeffbd708012faadfcd4207dd34c31df14fc102875bdaa29374ec4543f0b2b6532a796b5bce6037e8b2a6223573687ce0770f5920447a70aaae31dadf693 youtube-dl-2017.04.28.tar.gz" |