diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-11-08 04:16:54 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:08:39 +0700 |
commit | 8b420a89b82dbeb5b73366230bbd5c2c39d13c35 (patch) | |
tree | f7dfc206553426cd613c921ca705d114e8e2bf62 | |
parent | ce2f827a7ebc2d60d5c55b492f191353e563da32 (diff) |
network/flexget: Updated for version 3.9.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/flexget/flexget.SlackBuild | 2 | ||||
-rw-r--r-- | network/flexget/flexget.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/flexget/flexget.SlackBuild b/network/flexget/flexget.SlackBuild index 714cb0ea77837..b89441655c2c3 100644 --- a/network/flexget/flexget.SlackBuild +++ b/network/flexget/flexget.SlackBuild @@ -36,7 +36,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=flexget SRCNAM=FlexGet -VERSION=${VERSION:-3.9.16} +VERSION=${VERSION:-3.9.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/flexget/flexget.info b/network/flexget/flexget.info index a603428be76ba..f1b41e941554d 100644 --- a/network/flexget/flexget.info +++ b/network/flexget/flexget.info @@ -1,8 +1,8 @@ PRGNAM="flexget" -VERSION="3.9.16" +VERSION="3.9.17" HOMEPAGE="https://flexget.com/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flexget/FlexGet-3.9.16.tar.gz" -MD5SUM="e9e7dce65462cfa76bc5ea7439a2b17e" +DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flexget/FlexGet-3.9.17.tar.gz" +MD5SUM="722f240daef0c429ef713512d9c13fb5" 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 python3-rich pytz-deprecation-shim python3-loguru tzdata python3-psutil colorama CommonMark python3-setuptools-opt importlib-resources python3-brotlicffi" |