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 ca20275306..ebb72c7c3d 100644 --- a/network/flexget/flexget.SlackBuild +++ b/network/flexget/flexget.SlackBuild @@ -35,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=flexget SRCNAM=FlexGet -VERSION=${VERSION:-3.3.25} +VERSION=${VERSION:-3.3.30} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/flexget/flexget.info b/network/flexget/flexget.info index 2258b088fa..6748303b80 100644 --- a/network/flexget/flexget.info +++ b/network/flexget/flexget.info @@ -1,8 +1,8 @@ PRGNAM="flexget" -VERSION="3.3.25" +VERSION="3.3.30" HOMEPAGE="https://flexget.com/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flexget/FlexGet-3.3.25.tar.gz" -MD5SUM="f4f9a2adf753100c41a80420c43efe47" +DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flexget/FlexGet-3.3.30.tar.gz" +MD5SUM="5f761dbdc3dd0e22e8d98a6dd9a3299d" 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" |