From edff26da6bc64700cc7ced3414d26ab855becd74 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 29 Feb 2008 23:56:38 +0000 Subject: Update --- jack/build/jack.SlackBuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'jack') diff --git a/jack/build/jack.SlackBuild b/jack/build/jack.SlackBuild index 90c86540..cddafbee 100755 --- a/jack/build/jack.SlackBuild +++ b/jack/build/jack.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright (c) 2007 Eric Hameleers +# Copyright (c) 2007-2008 Eric Hameleers # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -32,6 +32,8 @@ # Changelog: # 0.103.0-1: 24/Jun/2007 by Eric Hameleers # * Initial build. +# 0.109.2-1: 01/Mar/2008 by Eric Hameleers +# * Update. # # Run 'sh jack.SlackBuild --cleanup' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . @@ -42,7 +44,7 @@ # Set initial variables: PRGNAM=jack -VERSION=${VERSION:-0.103.0} +VERSION=${VERSION:-0.109.2} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} @@ -59,7 +61,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} SOURCE="$SRCDIR/${PRGNAM}-audio-connection-kit-${VERSION}.tar.gz" -SRCURL="http://dl.sourceforge.net/${PRGNAM}it/${PRGNAM}-audio-connection-kit-${VERSION}.tar.gz" +SRCURL="http://downloads.sourceforge.net/${PRGNAM}it/${PRGNAM}-audio-connection-kit-${VERSION}.tar.gz" ## ## --- with a little luck, you won't have to edit below this point --- ## @@ -114,7 +116,7 @@ if ! [ -f ${SOURCE} ]; then [ -w "$SRCDIR" ] || SOURCE="$OUTPUT/`basename $SOURCE`" echo "Source '`basename ${SOURCE}`' not available yet..." echo "Will download file to `dirname $SOURCE`" - wget -nv --connect-timeout=30 -O "${SOURCE}" "${SRCURL}" || true + wget -nv -T 30 -O "${SOURCE}" "${SRCURL}" || true if [ $? -ne 0 -o ! -s "${SOURCE}" ]; then echo "Downloading '`basename ${SOURCE}`' failed... aborting the build." mv -f "${SOURCE}" "${SOURCE}".FAIL -- cgit v1.2.3-65-gdbad