diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-09 23:21:15 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-12 15:01:40 +0000 |
commit | a1fee54d6152fd2e047ef8ace5feb7bfc336fd57 (patch) | |
tree | 2a1f1849ec52d951be318563a00fe2edd2e3059d | |
parent | bc8ca9ca941900604d0a49dbcce10190126fa563 (diff) | |
download | aports-a1fee54d6152fd2e047ef8ace5feb7bfc336fd57.tar.bz2 aports-a1fee54d6152fd2e047ef8ace5feb7bfc336fd57.tar.xz |
community/youtube-dl: upgrade to 2018.03.10
-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 95c90f1013..31660ee7ba 100644 --- a/community/youtube-dl/APKBUILD +++ b/community/youtube-dl/APKBUILD @@ -3,9 +3,9 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=youtube-dl -pkgver=2018.03.03 -pkgrel=1 -pkgdesc="A small command-line program to download videos from YouTube" +pkgver=2018.03.10 +pkgrel=0 +pkgdesc="Command-line program to download videos from YouTube" url="http://youtube-dl.org" arch="noarch" license="Unlicense" @@ -60,4 +60,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="fe7a3d16b7773f8ff4cc7815fe40aee83020fed68b8218743694432d4e298b7d811b0e52a4f9ab0e20a5eef57399c73dd42a7b1ee3fc950f69c32a102d329a4f youtube-dl-2018.03.03.tar.gz" +sha512sums="eca882a1b39ae5e5a5b20462a2c4baf9717584463f5e4bfe12ddda85b495bd792cd85bd14d3e37fc512562d6b2c219d6c35a91bacfdc7751bf2e98e5b4e9442b youtube-dl-2018.03.10.tar.gz" |