network/nzbget: Updated for version 17.1.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-09-07 20:31:43 +02:00 committed by Willy Sudiarto Raharjo
parent ef58b36bee
commit d1d11b05c0
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View File

@ -26,13 +26,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nzbget
VERSION=${VERSION:-16.4}
VERSION=${VERSION:-17.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="nzbget"
VERSION="16.4"
VERSION="17.1"
HOMEPAGE="https://nzbget.net/"
DOWNLOAD="https://github.com/nzbget/nzbget/releases/download/v16.4/nzbget-16.4-src.tar.gz"
MD5SUM="4aa0194a86f60a18d97e9ae63753983d"
DOWNLOAD="https://github.com/nzbget/nzbget/releases/download/v17.1/nzbget-17.1-src.tar.gz"
MD5SUM="907202bc1bc1aa09cb329eff8420f9c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libpar2"