From 84d765a87abb1c8292dd82f28ebf9dd4f2f5bcd5 Mon Sep 17 00:00:00 2001 From: adv Date: Wed, 23 Feb 2011 06:53:08 +0000 Subject: branch ogclient: revisando instalador; trunk ToolsGnu.c: actualizado info versiones git-svn-id: https://opengnsys.es/svn/trunk@1473 a21b9725-9963-47de-94b9-378ad31fedc9 --- client/engine/ToolsGNU.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/engine/ToolsGNU.c b/client/engine/ToolsGNU.c index e68aa579..5198bf04 100644 --- a/client/engine/ToolsGNU.c +++ b/client/engine/ToolsGNU.c @@ -33,7 +33,7 @@ function mbuffer () { if [ "$1" = install ] then - install "http://www.maier-komor.de/software/mbuffer/mbuffer-20100327.tgz" + install "http://www.maier-komor.de/software/mbuffer/mbuffer-20110119.tgz" else return fi @@ -43,7 +43,8 @@ function ms-sys () { if [ "$1" = install ] then - install "http://downloads.sourceforge.net/project/ms-sys/ms-sys%20development/2.1.5/ms-sys-2.1.5.tar.gz" + install "http://prdownloads.sourceforge.net/ms-sys/ms-sys-2.2.1.tar.gz?download" + #install "http://downloads.sourceforge.net/project/ms-sys/ms-sys%20development/2.1.5/ms-sys-2.1.5.tar.gz" else return fi @@ -73,7 +74,7 @@ function ntfs-3g () { if [ "$1" = install ] then - install "http://tuxera.com/opensource/ntfs-3g-2010.3.6.tgz" + install "http://tuxera.com/opensource/ntfs-3g-2011.1.15.tgz" else return fi @@ -82,7 +83,6 @@ fi function partitionsaving () { -echo "http://damien.guibouret.free.fr/savepart.zip" } -- cgit v1.2.3-18-g5258