aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-05-03 19:55:09 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-05-03 19:55:09 +0000
commit686cf724aab3bdaf6a0026fd1eb2719155f202e1 (patch)
tree2702ac8c3ed3fa6b8242d2b2797e89d8ed2f90f1 /patches
parentedb73f0b62700d9394e934d913ee2e10bb2b9649 (diff)
downloadslackbuilds-686cf724aab3bdaf6a0026fd1eb2719155f202e1.tar.gz
slackbuilds-686cf724aab3bdaf6a0026fd1eb2719155f202e1.tar.bz2
patches/libwpd: URL update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1211 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 04ffac4d..2884ff41 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://ufpr.dl.sourceforge.net/sourceforge/libwpd/$SRC"
+URL="http://easynews.dl.sourceforge.net/sourceforge/libwpd/$SRC"
if [ "$RTOOL" == "wget" ] && [ ! -f "$SRC_DIR/$SRC" ]; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET