diff --git a/n/sabnzbd/SABnzbd-2.3.2-src.tar.gz.sha256 b/n/sabnzbd/SABnzbd-2.3.2-src.tar.gz.sha256
deleted file mode 100644
index 7d1d091e..00000000
--- a/n/sabnzbd/SABnzbd-2.3.2-src.tar.gz.sha256
+++ /dev/null
@@ -1 +0,0 @@
-8a38d3a630aecd71e3cda140828bda8d062c69d6f09ca6246dfb998abffbfb50 SABnzbd-2.3.2-src.tar.gz
diff --git a/n/sabnzbd/SABnzbd-2.3.9-src.tar.gz.sha256 b/n/sabnzbd/SABnzbd-2.3.9-src.tar.gz.sha256
new file mode 100644
index 00000000..1d5a6099
--- /dev/null
+++ b/n/sabnzbd/SABnzbd-2.3.9-src.tar.gz.sha256
@@ -0,0 +1 @@
+f3ab6dffba914e6ddf88f1a755ec3ebaa95f0bdbec6f04b7bf0f90822249bb0c SABnzbd-2.3.9-src.tar.gz
diff --git a/n/sabnzbd/sabnzbd.SlackBuild b/n/sabnzbd/sabnzbd.SlackBuild
index 98cd703f..51a6eaca 100755
--- a/n/sabnzbd/sabnzbd.SlackBuild
+++ b/n/sabnzbd/sabnzbd.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
-# Copyright (C) 2010-2013,2016,2017 Damien Goutte-Gattat
+# Copyright (C) 2010-2013,2016,2017,2019 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@@ -24,12 +24,12 @@
#
# Latest sabnzbd sourcecode is available at: .
#
-# Depends: l/cheetah, l/sabyenc, ap/par2
-# Recommends: ap/unrar, ap/p7zip, l/python-cryptography
+# Depends: ap/par2, l/cheetah, l/sabyenc, ap/par2
+# Recommends: ap/p7zip, ap/unrar, l/python-cryptography
# Source package infos
NAMESRC=${NAMESRC:-SABnzbd}
-VERSION=${VERSION:-2.3.2}
+VERSION=${VERSION:-2.3.9}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION-src.tar.gz}
WGET=${WGET:-https://github.com/sabnzbd/sabnzbd/releases/download/$VERSION/$ARCHIVE}
@@ -80,7 +80,7 @@ cp -r cherrypy email gntp icons interfaces licenses locale sabnzbd util \
# Install documentation
mkdir -p $PKG/usr/doc/$NAMEPKG-$VERSION
install -m 644 ABOUT.txt COPYRIGHT.txt GPL?.txt ISSUES.txt \
- LICENSE.txt PKG-INFO README.txt $PKG/usr/doc/$NAMEPKG-$VERSION
+ LICENSE.txt README.txt $PKG/usr/doc/$NAMEPKG-$VERSION
# Install template configuration file and control script
mkdir -p $PKG/etc/rc.d
@@ -94,8 +94,8 @@ install -m 755 $CWD/doinst.sh $PKG/install/doinst.sh
# Add dependency infos
cat < $PKG/install/slack-required
cheetah
-sabyenc
par2
+sabyenc
EOF
# Package the tree