mirror of https://github.com/BOINC/boinc.git
parent
3e0055cbe0
commit
18f8847adb
|
@ -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,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue