diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-01 09:26:48 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-01 09:27:20 +0200 |
commit | 8b743520824aedb2ee1b6d357f60db072d8594ad (patch) | |
tree | 99abbe1f8e47734f02f2a241f7b87ef9f788e68f | |
parent | 8b144eccbdd2aef77839a9c59e49b78561d029c6 (diff) | |
download | aports-8b743520824aedb2ee1b6d357f60db072d8594ad.tar.bz2 aports-8b743520824aedb2ee1b6d357f60db072d8594ad.tar.xz |
community/youtube-dl: upgrade to 2017.01.31
-rw-r--r-- | community/youtube-dl/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/youtube-dl/APKBUILD b/community/youtube-dl/APKBUILD index e5fb40d091..85f4b40649 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.01.29 +pkgver=2017.01.31 pkgrel=0 pkgdesc="A small command-line program to download videos from YouTube." url="http://youtube-dl.org " @@ -59,6 +59,6 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ || return 1 } -md5sums="11dc372f3b2057f76d515712454c861a youtube-dl-2017.01.29.tar.gz" -sha256sums="3475380e277f3517322c355815a1d7e023a023a565b3c724247c9a9509eb3a6e youtube-dl-2017.01.29.tar.gz" -sha512sums="8e2b335fcde0e9cae185e189dc3c30770c7c59af60fc66fd53f0172f5d0d41675e2c9dc40f2efa9ef60ea782134157cd5af2cf5257b76a4519a22e4b6ea51de3 youtube-dl-2017.01.29.tar.gz" +md5sums="02906d606a82c98e398e0e79953ff6b7 youtube-dl-2017.01.31.tar.gz" +sha256sums="ddb1445eb18425413651267f4fbe2ea06198f7b253812fd69bd90a6804ae8c57 youtube-dl-2017.01.31.tar.gz" +sha512sums="006f907e1d1096cdced5312ee3f680a97f181bc20399e95eb9dc843e83c84ee30ea6183593a1a026e30f7a596e2cb4dcc5cbaef3208801511944e51d9395aa60 youtube-dl-2017.01.31.tar.gz" |