network/youtube-dl: Updated for version 2010.04.04.
This commit is contained in:
parent
f7272b93d1
commit
b66787f25f
|
@ -1,11 +1,29 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Slackware build script for youtube-dl
|
||||
# Written by GPLeo <gpleomail@gmail.com>
|
||||
#
|
||||
# Copyright 2010 GPLeo <gpleomail@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2010.03.13}
|
||||
VERSION=${VERSION:-2010.04.04}
|
||||
ARCH=${ARCH:-noarch}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2010.03.13"
|
||||
VERSION="2010.04.04"
|
||||
HOMEPAGE="http://bitbucket.org/rg3/youtube-dl/wiki/"
|
||||
DOWNLOAD="http://bitbucket.org/rg3/youtube-dl/raw/2010.03.13/youtube-dl"
|
||||
DOWNLOAD="http://bitbucket.org/rg3/youtube-dl/raw/2010.04.04/youtube-dl"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="b4e1d9801191853d399ea34c7a13e9ce"
|
||||
MD5SUM="6c3e2982b5a46ede4fd5d6e6ed280331"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="GPLeo"
|
||||
EMAIL="gpleomail@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue