aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-02-05 12:51:25 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-02-05 12:51:25 +0000
commitf3edfb4b8e125fa8df363de77380b939390e8846 (patch)
tree00397ad6c81ca0a911f87e1850a7d9d581cbd7b7 /sys
parentf7214b66835c3c9c8ed9a9924ce9a6d6b5c51b06 (diff)
downloadslackbuilds-f3edfb4b8e125fa8df363de77380b939390e8846.tar.gz
slackbuilds-f3edfb4b8e125fa8df363de77380b939390e8846.tar.bz2
libfreebob: updated URL
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1614 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sys')
-rwxr-xr-xsys/libs/libfreebob/libfreebob.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/libs/libfreebob/libfreebob.SlackBuild b/sys/libs/libfreebob/libfreebob.SlackBuild
index fa0a51f5..de5ea0ee 100755
--- a/sys/libs/libfreebob/libfreebob.SlackBuild
+++ b/sys/libs/libfreebob/libfreebob.SlackBuild
@@ -33,7 +33,7 @@ PKG_NAME="libfreebob"
ARCH=${ARCH:=i486}
SRC_VERSION=${VERSION:=1.0.7}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
-BUILD=${BUILD:=1rra}
+BUILD=${BUILD:=2rra}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
TMP=${TMP:=/tmp}
PKG=${PKG:=$TMP/package-$PKG_NAME}
@@ -77,7 +77,7 @@ mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
# Dowload source if necessary
SRC="$SRC_NAME-$VERSION.tar.bz2"
-URL="http://downloads.sourceforge.net/libfreebob/$SRC"
+URL="http://downloads.sourceforge.net/freebob/$SRC"
if [ ! -s "$SRC_DIR/$SRC" ] || ! bunzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET