youtube-dl: update to 2019.01.16.
This commit is contained in:
parent
467f52b1de
commit
1264820d23
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2019.01.10
|
||||
version=2019.01.16
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="$pkgname"
|
||||
|
@ -11,10 +11,10 @@ depends="python"
|
|||
short_desc="CLI program to download videos from YouTube and other sites (Python2)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="Public Domain"
|
||||
homepage="http://rg3.github.io/youtube-dl/"
|
||||
homepage="https://rg3.github.io/youtube-dl/"
|
||||
changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
|
||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=ed85e20cb5687721e92bae89c583a315abe52d233d5ee4d65c709f640cf0211f
|
||||
checksum=519f2aa70929787e537bc4c8ccd4533fffa82618570261c295af190a6cc90bb6
|
||||
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue