aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-05-03 19:49:14 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-05-03 19:49:14 +0000
commit63d05c8383bb117fd0de6e1e16c3e66c1c90a8f7 (patch)
tree055d14cbc00937e8db4e6f9830890082b52cd244 /patches
parent9253cd40f4e073f191941780fdf2de34a8d2359e (diff)
downloadslackbuilds-63d05c8383bb117fd0de6e1e16c3e66c1c90a8f7.tar.gz
slackbuilds-63d05c8383bb117fd0de6e1e16c3e66c1c90a8f7.tar.bz2
patches/libwpd: URL update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1208 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/libwpd/libwpd.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/libwpd/libwpd.SlackBuild b/patches/libwpd/libwpd.SlackBuild
index c8f96c13..b59d7934 100755
--- a/patches/libwpd/libwpd.SlackBuild
+++ b/patches/libwpd/libwpd.SlackBuild
@@ -60,7 +60,7 @@ ERROR_PATCH=40
RTOOL="wget"
PACKAGE_EXT="gz"
SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT"
-URL="http://easynews.downloads.sourceforge.net/libwpd/$SRC"
+URL="http://easynews.sourceforge.net/libwpd/$SRC"
if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET