network/youtube-dl-server: Updated for version 0.3.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-06-24 15:53:42 +03:00 committed by Willy Sudiarto Raharjo
parent 18b14aa408
commit cd101ffebf
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for youtube-dl-server
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=youtube-dl-server
SRCNAM=$(echo $PRGNAM | tr - _)
VERSION=${VERSION:-0.2}
VERSION=${VERSION:-0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,7 +68,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG

View File

@ -1,8 +1,8 @@
PRGNAM="youtube-dl-server"
VERSION="0.2"
VERSION="0.3"
HOMEPAGE="https://github.com/jaimeMF/youtube-dl-api-server"
DOWNLOAD="https://pypi.python.org/packages/source/y/youtube_dl_server/youtube_dl_server-0.2.tar.gz"
MD5SUM="c1d799fd5a303b5eea268033319d4804"
DOWNLOAD="https://pypi.python.org/packages/43/d3/67d94a9b7ed414eccaaca58e4e18aa3eee9cf6d923e0d577ec856e084e3f/youtube_dl_server-0.3.tar.gz"
MD5SUM="3e20a993b1c71feb25d6893343b2c487"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Flask youtube-dl"