diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-21 10:17:03 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-21 10:42:33 +0000 |
commit | e3fbab60b7693785cf97284411195ad7ca21c634 (patch) | |
tree | d66b063767b846fc3781e382f088aec621bb501e /community/youtube-dl | |
parent | a43b8ec092ffafe934ee79fc5947cf2ecab068ae (diff) | |
download | aports-e3fbab60b7693785cf97284411195ad7ca21c634.tar.bz2 aports-e3fbab60b7693785cf97284411195ad7ca21c634.tar.xz |
community/youtube-dl: upgrade to 2018.06.19
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 044946aefe..952c0cd21d 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.06.14 +pkgver=2018.06.19 pkgrel=0 pkgdesc="Command-line program to download videos from YouTube" url="https://youtube-dl.org" @@ -60,4 +60,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="a2f362f393dc7e713460a78703f61b9e8a897ccd1ec6695c39a2fba256d92ddb794484ad10f39322e9f66c71211b60c00ec65479280efed7c26792ca2d6bab7c youtube-dl-2018.06.14.tar.gz" +sha512sums="04c8273afd363a7a9719b59e7f61d416b8b627a69f6eb28d5551cc81e105e002d20071b8eed32e83d3cd3f16280fe8401a2e53394b3b99abe45659444c8037c2 youtube-dl-2018.06.19.tar.gz" |