diff options
-rwxr-xr-x | x11/misc/xchm/xchm.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/misc/xchm/xchm.SlackBuild b/x11/misc/xchm/xchm.SlackBuild index 33467e1a..0d1114fa 100755 --- a/x11/misc/xchm/xchm.SlackBuild +++ b/x11/misc/xchm/xchm.SlackBuild @@ -49,7 +49,7 @@ ERROR_PATCH=40 RTOOL="wget" PACKAGE_EXT="bz2" SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" -URL="http://downloads.sourceforge.net/$PACKAGE/$SRC" +URL="http://ufpr.dl.sourceforge.net/$PACKAGE/$SRC" SRC_DIR="$SRC_DIR/$PACKAGE" mkdir -p $SRC_DIR |