diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 09:53:23 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 09:53:26 +0300 |
commit | 2fd0a401a65981b773cdff8f311e9442e3095014 (patch) | |
tree | 60fdaaeef0612b846ae7c26ff7a1769b4765ffa0 /community/youtube-dl | |
parent | 66699e9c17e4d00ce65720a4c46fdaee83525775 (diff) | |
download | aports-2fd0a401a65981b773cdff8f311e9442e3095014.tar.bz2 aports-2fd0a401a65981b773cdff8f311e9442e3095014.tar.xz |
community/youtube-dl: upgrade to 2017.08.27.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 2ab7d2d275..922f0236e3 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.08.13 +pkgver=2017.08.27.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/ || return 1 } -sha512sums="0063f25b5ee1d1ff750f160d8e2f8c26658045bab5a8f6246ebb004bdef3ff7767034e71931e2e7fcb3e08426265bb7f852330f27beb84586ddeb7871e2bf747 youtube-dl-2017.08.13.tar.gz" +sha512sums="4cbe2c2b917b59ccb5a171a171c69d5bdd915a56a4ca2d4bf67a04c7425b2d4849403a78d954cd0aa8401f8f4b61e4ebe96160aba2a9d2f3da1eae026739e9ba youtube-dl-2017.08.27.1.tar.gz" |