diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-11-01 06:15:49 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-11-01 06:15:49 +0000 |
commit | 2104970630e8db89351aed3788de0eb601bfd6e2 (patch) | |
tree | 840ee6988a1cdd126acf9a57dc5db4df59f3e1b4 /community | |
parent | 238c1775cc0e86b38aeddd6cf8656260999278e7 (diff) | |
download | aports-2104970630e8db89351aed3788de0eb601bfd6e2.tar.bz2 aports-2104970630e8db89351aed3788de0eb601bfd6e2.tar.xz |
community/youtube-dl: upgrade to 2017.10.29
Diffstat (limited to 'community')
-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 43d46c47a8..2cbdb734f9 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=2017.10.20 +pkgver=2017.10.29 pkgrel=0 pkgdesc="A small command-line program to download videos from YouTube" url="http://youtube-dl.org" @@ -59,4 +59,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="973465ad7d04f9d790fb9d36ca1c2c89c13f64b599ac3ef61f7720cd9d618d01619f76b419044eb716123e8300c1e2b4d881972a8240e0421f396dddd7affef1 youtube-dl-2017.10.20.tar.gz" +sha512sums="50781f792fa01ad64b6f7b6fc05730dff09b10007ef5c23ee558148affb2a126958bd5ed8d1ac4499ddc48a56a5b9df47f20612ae09f41084e6dbac5fc3f3426 youtube-dl-2017.10.29.tar.gz" |