Quick Updates

svn path=/trunk/boinc/; revision=23821
This commit is contained in:
Rom Walton 2011-07-08 14:19:59 +00:00
parent 3e0055cbe0
commit 18f8847adb
1 changed files with 4 additions and 4 deletions

View File

@ -211,7 +211,7 @@ $l612ubuntu = array(
$l610ubuntu = array(
"num"=>"6.10.58",
"status"=>"Older version",
"status"=>"Recommended version",
"file"=>"boinc_6.10.58_i686-pc-linux-gnu.sh",
"date"=>"4 Aug 2010",
"type"=>"sea",
@ -227,7 +227,7 @@ $l612ubuntux64 = array(
$l610ubuntux64 = array(
"num"=>"6.10.58",
"status"=>"Older version",
"status"=>"Recommended version",
"file"=>"boinc_6.10.58_x86_64-pc-linux-gnu.sh",
"date"=>"4 Aug 2010",
"type"=>"sea",
@ -292,7 +292,7 @@ $linux = array(
"description"=>"For most current Linux/x86 versions; graphical and command-line interfaces",
"dbname" => "i686-pc-linux-gnu",
"versions"=>array(
$l612ubuntu,
//$l612ubuntu,
$l610ubuntu,
)
);
@ -302,7 +302,7 @@ $linuxx64 = array(
"description"=>"For most current Linux/x64 versions; graphical and command-line interfaces",
"dbname" => "x86_64-pc-linux-gnu",
"versions"=>array(
$l612ubuntux64,
//$l612ubuntux64,
$l610ubuntux64,
)
);