youtube-dl: update to 2018.05.26.
Closes #14734. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
6743cc521d
commit
dfc2445af3
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2018.05.18
|
version=2018.05.26
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
|
@ -14,7 +14,7 @@ license="Public Domain"
|
||||||
homepage="http://rg3.github.io/youtube-dl/"
|
homepage="http://rg3.github.io/youtube-dl/"
|
||||||
#changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
|
#changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
|
||||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=bc548ad8ab8fad0ddfd7c7ad54fd5025ef424a727b1e302a99881784cc862087
|
checksum=ddd3f5134c6cc601f0bb422a366cfe35f7cf4b368ea868b5ca5bfd697f053bad
|
||||||
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2"
|
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue