diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-02-23 14:49:01 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-02-23 14:49:12 +0000 |
commit | b835f370d9271a69a9a32aad9a474fe504e19da7 (patch) | |
tree | e4925a020d38fe3878f734f574c01103a2d48029 | |
parent | 5d9af5c4e2d69bb46e40284292c78c68e3608d8d (diff) | |
download | aports-b835f370d9271a69a9a32aad9a474fe504e19da7.tar.bz2 aports-b835f370d9271a69a9a32aad9a474fe504e19da7.tar.xz |
community/youtube-dl: upgrade to 2018.02.22
-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 2507b0d9ed..8f0f807b81 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=2018.02.11 +pkgver=2018.02.22 pkgrel=0 pkgdesc="A small command-line program to download videos from YouTube" url="http://youtube-dl.org" @@ -64,4 +64,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="74731f346873074cd8e9f45f24f9fb1c0a9f37aabb6aa5fcff5e5e43085cfc700eff384531262a39c453c30cf18f27733b1d02709468906cb787ed3153cf2768 youtube-dl-2018.02.11.tar.gz" +sha512sums="c5bb675c136bd32678b54c0ed0406a0e9b9df3502c87a09dc76b126824a9e070d7f4b23424065917c84ce66cdd8d45a8ee0a0d493847aef5ccb73da6b5e10d2c youtube-dl-2018.02.22.tar.gz" |