diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-10-20 16:13:49 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-10-20 18:27:43 +0300 |
commit | dddd1fc70947fd114163ee72cde53c84fd62a3ac (patch) | |
tree | e84a2fd825653a45782fd67cd27e07ae122a012a /community/youtube-dl/APKBUILD | |
parent | 699b4dbc27c76163d841d27e57d162526b53cf6a (diff) | |
download | aports-dddd1fc70947fd114163ee72cde53c84fd62a3ac.tar.bz2 aports-dddd1fc70947fd114163ee72cde53c84fd62a3ac.tar.xz |
community/youtube-dl: upgrade to 2018.10.05
Diffstat (limited to 'community/youtube-dl/APKBUILD')
-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 1737f28bbb..eb75a96ca5 100644 --- a/community/youtube-dl/APKBUILD +++ b/community/youtube-dl/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=youtube-dl -pkgver=2018.09.08 -pkgrel=1 +pkgver=2018.10.05 +pkgrel=0 pkgdesc="Command-line program to download videos from YouTube" url="https://youtube-dl.org" arch="noarch" @@ -60,4 +60,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="c1cbf38a185d6ba1525eb08064f95aa252cf8d461f140cb48dc4a795e209f5d31bc1583f4d52c2ea9f1c15dac46c563603e46f72cc896a7fec54dcb2d0a49c0b youtube-dl-2018.09.08.tar.gz" +sha512sums="b581372522d467b3277d81bdc9978352c720d4f33e0d8249cd0271eb1814a153324a5b34608d88d392bb52b1c57d0a6f425baf8377d5609810ef770839586714 youtube-dl-2018.10.05.tar.gz" |