diff options
-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 714cb0ea7783..b89441655c2c 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 a603428be76b..f1b41e941554 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" |