branch ogclient: revisando instalador; trunk ToolsGnu.c: actualizado info versiones

git-svn-id: https://opengnsys.es/svn/trunk@1473 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
Antonio Doblas Viso 2011-02-23 06:53:08 +00:00
parent 2b2144fa45
commit 84d765a87a
1 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ function mbuffer ()
{ {
if [ "$1" = install ] if [ "$1" = install ]
then then
install "http://www.maier-komor.de/software/mbuffer/mbuffer-20100327.tgz" install "http://www.maier-komor.de/software/mbuffer/mbuffer-20110119.tgz"
else else
return return
fi fi
@ -43,7 +43,8 @@ function ms-sys ()
{ {
if [ "$1" = install ] if [ "$1" = install ]
then 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 else
return return
fi fi
@ -73,7 +74,7 @@ function ntfs-3g ()
{ {
if [ "$1" = install ] if [ "$1" = install ]
then then
install "http://tuxera.com/opensource/ntfs-3g-2010.3.6.tgz" install "http://tuxera.com/opensource/ntfs-3g-2011.1.15.tgz"
else else
return return
fi fi
@ -82,7 +83,6 @@ fi
function partitionsaving () function partitionsaving ()
{ {
echo "http://damien.guibouret.free.fr/savepart.zip"
} }