network/sabnzbd: Updated for version 2.3.5.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Kevin Matthew 2018-09-18 14:19:43 +01:00 committed by David Spencer
parent de1e7619b2
commit 60f25cbb68
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for sabnzbd
# Copyright 2014-2017 Philip van der Hoeven Almere The Netherlands
# Copyright 2014 Philip van der Hoeven Almere The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sabnzbd
VERSION=${VERSION:-2.3.4}
VERSION=${VERSION:-2.3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="sabnzbd"
VERSION="2.3.4"
VERSION="2.3.5"
HOMEPAGE="https://www.sabnzbd.org/"
DOWNLOAD="https://github.com/sabnzbd/sabnzbd/releases/download/2.3.4/SABnzbd-2.3.4-src.tar.gz"
MD5SUM="bdb3a7d81bac23aceb3f449bfc7e4ff6"
DOWNLOAD="https://github.com/sabnzbd/sabnzbd/releases/download/2.3.5/SABnzbd-2.3.5-src.tar.gz"
MD5SUM="db63ce7787ce7d4e0e78dcda156be301"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-cheetah python-yenc pyOpenSSL unrar par2cmdline"