diff options
author | prspkt <prspkt@protonmail.com> | 2018-04-02 18:41:30 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-05 07:18:32 +0000 |
commit | cc75b8e2e7ffe5af800665dcd76fc6e24d583d77 (patch) | |
tree | 8499a289b0b7aef9fdc96f59acb14eb6f04e9087 /community/youtube-dl | |
parent | 2124590b7e66cfbedb7ccaed837bc51414e0f692 (diff) | |
download | aports-cc75b8e2e7ffe5af800665dcd76fc6e24d583d77.tar.bz2 aports-cc75b8e2e7ffe5af800665dcd76fc6e24d583d77.tar.xz |
community/youtube-dl: upgrade to 2018.04.03
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 a1e9f81dca..3c26b38075 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.03.26.1 +pkgver=2018.04.03 pkgrel=0 pkgdesc="Command-line program to download videos from YouTube" url="http://youtube-dl.org" @@ -60,4 +60,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/ } -sha512sums="1c183bfa86b7317f260bb077df41eb17d9d1ce4707a6473529ec6cfbd90d519a4621589d6b3db51ba7445348f3064204b31a2af31ef5128384d4b825dbfcfbf5 youtube-dl-2018.03.26.1.tar.gz" +sha512sums="a26c34c61bb9871706f39b48406e40abd7c037c444e9573343617f2f48a6516316f95de753cfd359e81fb77d2654746f23fe282e0664d02470cf8551247bb4d9 youtube-dl-2018.04.03.tar.gz" |