diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-02-13 15:32:06 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-02-13 15:33:05 +0000 |
commit | 591757a79779b5765159f6ece85443a7a8eb12a8 (patch) | |
tree | 67de648affe64f2f248014de01fa654d84490b52 /community/youtube-dl | |
parent | 648122c1f684ac3d32988ada144de0b3474cad3e (diff) | |
download | aports-591757a79779b5765159f6ece85443a7a8eb12a8.tar.bz2 aports-591757a79779b5765159f6ece85443a7a8eb12a8.tar.xz |
community/youtube-dl: upgrade to 2018.02.11
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 ea38fe29d8..2507b0d9ed 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.08 +pkgver=2018.02.11 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="e0a7ff99f7ff1bfeb105d45b45584cff5d134d8d1b26fe9ddbc40dcce37b46f068af15e0e906cc26f85a282aaa3707aebc00103f6687d0f6314c092d6a048e02 youtube-dl-2018.02.08.tar.gz" +sha512sums="74731f346873074cd8e9f45f24f9fb1c0a9f37aabb6aa5fcff5e5e43085cfc700eff384531262a39c453c30cf18f27733b1d02709468906cb787ed3153cf2768 youtube-dl-2018.02.11.tar.gz" |