mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/sabnzbd: Updated for version 2.3.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
de1e7619b2
commit
60f25cbb68
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue