youtube-dl: update to 2017.02.17.
This commit is contained in:
parent
1952e3d50e
commit
411eb4998d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2017.02.16
|
||||
version=2017.02.17
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname}"
|
||||
|
@ -9,11 +9,12 @@ pycompile_module="youtube_dl"
|
|||
hostmakedepends="python python3"
|
||||
depends="python"
|
||||
short_desc="CLI program to download videos from YouTube and other sites (Python2)"
|
||||
# changelog="https://github.com/rg3/youtube-dl/blob/master/ChangeLog"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://rg3.github.com/youtube-dl/"
|
||||
license="Public Domain"
|
||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=21a5014f25d8ad2882999dd8cbf8cc2fd13c42116f5fe7b4781c982421ea59b0
|
||||
checksum=4b1c3f05fb816e9d02dc3f0188e16200031cc0bc4fd40df904ee0806f478601a
|
||||
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue