mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
youtube-dl: update to 2018.05.09.
This commit is contained in:
parent
7a210ef14b
commit
dcd3ab9030
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2018.05.01
|
version=2018.05.09
|
||||||
revision=2
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
|
@ -9,12 +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://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Public Domain"
|
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"
|
||||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=362cae0c99c0d685ae7a1fa368b42c475eb2945233488aac35aadc287dc3fed6
|
checksum=2db4d85d56381845b8b797bb25e7d4dcac801b5e5c09d3f20964682a455c846a
|
||||||
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
Reference in a new issue