diff options
author | prspkt <prspkt@protonmail.com> | 2018-09-09 16:13:37 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-09-10 17:36:38 +0300 |
commit | 4118fc6b63d600ce80b1b9751cf306de823e1f10 (patch) | |
tree | e5ada0eccf784a804fd54baacb646312d8a23974 /community/youtube-dl | |
parent | 04821bb1701f1cd79334c5a3bbf879194a24b125 (diff) | |
download | aports-4118fc6b63d600ce80b1b9751cf306de823e1f10.tar.bz2 aports-4118fc6b63d600ce80b1b9751cf306de823e1f10.tar.xz |
community/youtube-dl: upgrade to 2018.09.08
Diffstat (limited to 'community/youtube-dl')
-rw-r--r-- | community/youtube-dl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/youtube-dl/APKBUILD b/community/youtube-dl/APKBUILD index 072e3e54c9..09502030cc 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.08.22 +pkgver=2018.09.08 pkgrel=0 pkgdesc="Command-line program to download videos from YouTube" url="https://youtube-dl.org" @@ -15,7 +15,7 @@ subpackages="$pkgname-doc $pkgname-zsh-completion:zshcomp $pkgname-bash-completion:bashcomp $pkgname-fish-completion:fishcomp" -source="https://github.com/rg3/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/rg3/youtube-dl/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname" prepare() { @@ -60,4 +60,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="ef17c744ac27b3bf547124f18a155908a66ee75f3f6fb5d7dd8a1d8da61a5a598bbade6cf0362e8c93c337dcf47750db5f56357919226430f02d0b764011ffb5 youtube-dl-2018.08.22.tar.gz" +sha512sums="c1cbf38a185d6ba1525eb08064f95aa252cf8d461f140cb48dc4a795e209f5d31bc1583f4d52c2ea9f1c15dac46c563603e46f72cc896a7fec54dcb2d0a49c0b youtube-dl-2018.09.08.tar.gz" |