network/youtube-dl: Updated for version 2015.04.26.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
32b21b7bf3
commit
83de0f77bd
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=youtube-dl
|
||||
VERSION=${VERSION:-2015.04.17}
|
||||
VERSION=${VERSION:-2015.04.26}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,8 +78,8 @@ make
|
|||
python setup.py install --root=$PKG
|
||||
|
||||
# enable bash and fish completion file
|
||||
chmod +x $PKG/etc/bash_completion.d/${PRGNAM}.bash-completion
|
||||
chmod +x $PKG/etc/fish/completions/${PRGNAM}.fish
|
||||
chmod 0755 $PKG/etc/bash_completion.d/${PRGNAM}.bash-completion
|
||||
chmod 0755 $PKG/etc/fish/completions/${PRGNAM}.fish
|
||||
|
||||
# install man page
|
||||
mkdir -p $PKG/usr/man/man1
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="youtube-dl"
|
||||
VERSION="2015.04.17"
|
||||
VERSION="2015.04.26"
|
||||
HOMEPAGE="https://rg3.github.io/youtube-dl"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.04.17.tar.gz"
|
||||
MD5SUM="a141e5710a82d43172a5f331d603d7bd"
|
||||
DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2015.04.26.tar.gz"
|
||||
MD5SUM="ccf0ac4d4d78c258ebc2c0a1f9e0adbe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue