youtube-dl: update to 2014.10.30
This commit is contained in:
parent
72c3d618ff
commit
75bad81424
1 changed files with 3 additions and 4 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2014.10.05
|
||||
version=2014.10.30
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname}"
|
||||
makedepends="python"
|
||||
depends="${makedepends}"
|
||||
depends="python"
|
||||
short_desc="Small CLI program to download videos from YouTube and other sites"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://rg3.github.com/youtube-dl/"
|
||||
license="Public Domain"
|
||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=0bf165e7c23f3ca2a4b1c33a9f20ad1cc91d0488f632415db255144847ffecab
|
||||
checksum=7eb032deddcf04f8d61e181d6b184c1d04b56b6e3141f8bfc45bbcd690a388ba
|
||||
|
||||
do_install() {
|
||||
vbin ${pkgname}
|
||||
|
|
Loading…
Reference in a new issue