mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/flexget: Updated for version 1.2.352.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4b587d7b29
commit
b6946c74f8
3 changed files with 7 additions and 4 deletions
|
@ -9,3 +9,6 @@ watch directory support, such as rtorrent.
|
|||
Optional dependencies: Flask - for web interface
|
||||
CherryPy - for web interface
|
||||
guppy - for memusage plugin
|
||||
|
||||
Note: FlexGet provide some special version from dependencies such as:
|
||||
- BeautifulSoup4 >=4.1, !=4.2.0, <4.4
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
SRCNAM=FlexGet
|
||||
PRGNAM=${SRCNAM,,}
|
||||
VERSION=${VERSION:-1.2.338}
|
||||
VERSION=${VERSION:-1.2.352}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flexget"
|
||||
VERSION="1.2.338"
|
||||
VERSION="1.2.352"
|
||||
HOMEPAGE="http://flexget.com/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.338.tar.gz"
|
||||
MD5SUM="a5ee505dbd75345a1450f995e76a4fc5"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.352.tar.gz"
|
||||
MD5SUM="c2600fcd18f9f10631775b5824afa77b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Paver feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb progressbar python-requests python-dateutil jsonschema python-tvrage tmdb3 rpyc path.py guessit APScheduler"
|
||||
|
|
Loading…
Reference in a new issue