diff options
-rwxr-xr-x | net/misc/icecast/icecast.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/misc/icecast/icecast.SlackBuild b/net/misc/icecast/icecast.SlackBuild index cf54f95e..6c8711fe 100755 --- a/net/misc/icecast/icecast.SlackBuild +++ b/net/misc/icecast/icecast.SlackBuild @@ -62,7 +62,7 @@ fi PRGNAM=icecast PACKAGE="$PRGNAM" VERSION=${VERSION:=2.3.1} -#VERSION=${VERSION:=2.3-kh7} +#VERSION=${VERSION:=2.3-kh8a} ARCH=${ARCH:=i486} BUILD=${BUILD:=1rha} TMP=${TMP:=/tmp} @@ -89,7 +89,7 @@ PACKAGE_EXT="gz" SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" if echo $VERSION | grep -q "kh"; then - URL="http://www.mediacast1.com/~karl/$SRC" + URL="http://www.icecast.pwp.blueyonder.co.uk/$SRC" else URL="http://downloads.xiph.org/releases/$PACKAGE/$SRC" fi |