SABnzbd: update to SABnzbd-0.6.0Beta4

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-26 03:19:46 +01:00
parent f88f9fbe66
commit b6c7088ab1
2 changed files with 5 additions and 4 deletions

View File

@ -9,9 +9,9 @@ __version__ = 18
cleanup_list = , cleanup_list = ,
cache_limit = 128M cache_limit = 128M
par_option = "" par_option = ""
web_color = white web_color = gold
replace_spaces = 0 replace_spaces = 0
web_color2 = "" web_color2 = "gold"
dirscan_speed = 5 dirscan_speed = 5
enable_filejoin = 1 enable_filejoin = 1
create_group_folders = 0 create_group_folders = 0

View File

@ -19,12 +19,13 @@
################################################################################ ################################################################################
PKG_NAME="SABnzbd" PKG_NAME="SABnzbd"
PKG_VERSION="0.5.6" PKG_VERSION="0.6.0Beta4"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://sabnzbd.org/" PKG_SITE="http://sabnzbd.org/"
PKG_URL="$SOURCEFORGE_SRC/sabnzbdplus/${PKG_NAME}-${PKG_VERSION}-src.tar.gz" #PKG_URL="$SOURCEFORGE_SRC/sabnzbdplus/${PKG_NAME}-${PKG_VERSION}-src.tar.gz"
PKG_URL="$SOURCEFORGE_SRC/sabnzbdplus/sabnzbdplus-beta/sabnzbd-0.6.0Beta4/${PKG_NAME}-${PKG_VERSION}-src.tar.gz"
PKG_DEPENDS="Cheetah pyOpenSSL yenc unrar unzip par2cmdline" PKG_DEPENDS="Cheetah pyOpenSSL yenc unrar unzip par2cmdline"
PKG_BUILD_DEPENDS="toolchain" PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"