diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-03-20 20:52:30 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-03-20 20:52:30 +0000 |
commit | e476e0ffb9cf73f748772ad23b1a35906095c20d (patch) | |
tree | b146e2a97bee9e4fca67b3e09a01cb824cc11f1a | |
parent | 2838bdc05024ef14213d5dc5c9a86f7cec2ea59d (diff) | |
download | slackbuilds-e476e0ffb9cf73f748772ad23b1a35906095c20d.tar.gz slackbuilds-e476e0ffb9cf73f748772ad23b1a35906095c20d.tar.bz2 |
moin: updated URL
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1657 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | www/apps/moin/moin.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apps/moin/moin.build b/www/apps/moin/moin.build index b86e7dab..b33c330b 100755 --- a/www/apps/moin/moin.build +++ b/www/apps/moin/moin.build @@ -40,7 +40,7 @@ TMP=${TMP:=/tmp} RTOOL="wget" PACKAGE_EXT="gz" SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" -URL="http://easynews.dl.sourceforge.net/sourceforge/moin/$SRC" +URL="http://static.moinmo.in/files/moin-1.6.1.tar.gz/$SRC" SRC_DIR="$SRC_DIR/$PACKAGE" |