diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-30 16:35:01 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-30 16:35:01 +0300 |
commit | 9a243b5d1ba5a9fea718b833069b4a0cd93b333b (patch) | |
tree | 5ec897d1ff16f964a2306cf7dfca21d46d1fe5d8 | |
parent | df67a9bc17caec324b57eb4a624c3aa826a1eb7a (diff) | |
download | aports-9a243b5d1ba5a9fea718b833069b4a0cd93b333b.tar.bz2 aports-9a243b5d1ba5a9fea718b833069b4a0cd93b333b.tar.xz |
community/youtube-dl: upgrade to 2019.04.30
-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 60503923af..64052c89fa 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=2019.04.24 +pkgver=2019.04.30 pkgrel=0 pkgdesc="Command-line program to download videos from YouTube" url="https://youtube-dl.org" @@ -66,4 +66,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="44fa60c4e62bcc8d81908d600349ad89b1123262c942fe206d5966e7e2e59aca94d13e56bfac61b8be6da365316634aeb057b3d6055d6ff8b57addc1597d8fa3 youtube-dl-2019.04.24.tar.gz" +sha512sums="db32d1162c11cd7850b162a48dd8f34bdfba142ab75fa3ac20088cf934cb9c6cfe44c0fc38bac173ae8056fe72aaae04e80b4ed47c162b1fdb1bdb2d95180ef6 youtube-dl-2019.04.30.tar.gz" |