Browse Source
network/flexget: Updated for version 3.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
fourtysixandtwo
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
network/flexget/flexget.SlackBuild
-
network/flexget/flexget.info
|
|
|
@ -35,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=flexget |
|
|
|
SRCNAM=FlexGet |
|
|
|
VERSION=${VERSION:-3.3.35} |
|
|
|
VERSION=${VERSION:-3.4.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="flexget" |
|
|
|
VERSION="3.3.35" |
|
|
|
VERSION="3.4.2" |
|
|
|
HOMEPAGE="https://flexget.com/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flexget/FlexGet-3.3.35.tar.gz" |
|
|
|
MD5SUM="76039618e53cb7a04e20c07afdd99437" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flexget/FlexGet-3.4.2.tar.gz" |
|
|
|
MD5SUM="5fd0409d95c7316702c1bc36d1b5dc6e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="feedparser SQLAlchemy BeautifulSoup4 html5lib python3-PyRSS2Gen python3-pynzb python3-rpyc python3-guessit python3-APScheduler python3-CherryPy python3-Flask-RESTful python3-Flask-RESTX python3-Flask-Compress python3-Flask-Login python3-Flask-Cors python3-zxcvbn-python python3-rich pytz-deprecation-shim python3-loguru tzdata psutil colorama" |
|
|
|
|