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