summaryrefslogtreecommitdiffstats
path: root/libetpan
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-12-17 12:34:55 +0000
committer Eric Hameleers <alien@slackware.com>2006-12-17 12:34:55 +0000
commitce1f4600a030f59eba80a456fa52eab60de83163 (patch)
tree140ac873af2298067c28c5d9e2aa06f8318486e6 /libetpan
parentb8915055c7596a9edb84631a202d95dc6abd5edc (diff)
downloadasb-ce1f4600a030f59eba80a456fa52eab60de83163.tar.gz
asb-ce1f4600a030f59eba80a456fa52eab60de83163.tar.xz
Use the round-robin SF download URL
Diffstat (limited to 'libetpan')
-rwxr-xr-xlibetpan/build/libetpan.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libetpan/build/libetpan.SlackBuild b/libetpan/build/libetpan.SlackBuild
index 6dfc3096..f8a25a33 100755
--- a/libetpan/build/libetpan.SlackBuild
+++ b/libetpan/build/libetpan.SlackBuild
@@ -40,9 +40,9 @@ TMP=${TMP:-/tmp/build}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-# Input URL: http://switch.dl.sourceforge.net/sourceforge/libetpan/libetpan-0.48.tar.gz
+# Input URL: http://dl.sourceforge.net/sourceforge/libetpan/libetpan-0.48.tar.gz
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL="http://switch.dl.sourceforge.net/sourceforge/${PRGNAM}/${PRGNAM}-${VERSION}.tar.gz"
+SRCURL="http://dl.sourceforge.net/sourceforge/${PRGNAM}/${PRGNAM}-${VERSION}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##