mirror of https://github.com/BOINC/boinc.git
parent
20b72b4ee8
commit
be87183755
|
@ -143,11 +143,11 @@ $m549c = array(
|
|||
"type"=>"bare_core",
|
||||
);
|
||||
|
||||
$l51042 = array(
|
||||
"num"=>"5.10.42",
|
||||
$l51043 = array(
|
||||
"num"=>"5.10.43",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_5.10.42_i686-pc-linux-gnu.sh",
|
||||
"date"=>"21 Feb 2008",
|
||||
"file"=>"boinc_5.10.43_i686-pc-linux-gnu.sh",
|
||||
"date"=>"26 Feb 2008",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -159,11 +159,11 @@ $l51028 = array(
|
|||
"type"=>"sea",
|
||||
);
|
||||
|
||||
$l51042ubuntu = array(
|
||||
"num"=>"5.10.42",
|
||||
$l51043ubuntu = array(
|
||||
"num"=>"5.10.43",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_ubuntu_5.10.42_i686-pc-linux-gnu.sh",
|
||||
"date"=>"21 Feb 2008",
|
||||
"file"=>"boinc_ubuntu_5.10.43_i686-pc-linux-gnu.sh",
|
||||
"date"=>"26 Feb 2008",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -175,11 +175,11 @@ $l51028ubuntu = array(
|
|||
"type"=>"sea",
|
||||
);
|
||||
|
||||
$l51042ubuntux64 = array(
|
||||
"num"=>"5.10.42",
|
||||
$l51043ubuntux64 = array(
|
||||
"num"=>"5.10.43",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_ubuntu_5.10.42_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"21 Feb 2008",
|
||||
"file"=>"boinc_ubuntu_5.10.43_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"26 Feb 2008",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -247,7 +247,7 @@ $linuxcompat = array(
|
|||
"description"=>"For older Linux versions, both x86 and x64; command-line interface only",
|
||||
"dbname" => "i686-pc-linux-gnu",
|
||||
"versions"=>array(
|
||||
$l51042,
|
||||
$l51043,
|
||||
$l51028,
|
||||
$l5816,
|
||||
)
|
||||
|
@ -258,7 +258,7 @@ $linux = array(
|
|||
"description"=>"For most current Linux/x86 versions; graphical and command-line interfaces",
|
||||
"dbname" => "i686-pc-linux-gnu",
|
||||
"versions"=>array(
|
||||
$l51042ubuntu,
|
||||
$l51043ubuntu,
|
||||
$l51028ubuntu,
|
||||
)
|
||||
);
|
||||
|
@ -268,7 +268,7 @@ $linuxx64 = array(
|
|||
"description"=>"For most current Linux/x64 versions; graphical and command-line interfaces",
|
||||
"dbname" => "x86_64-pc-linux-gnu",
|
||||
"versions"=>array(
|
||||
$l51042ubuntux64,
|
||||
$l51043ubuntux64,
|
||||
$l51028ubuntux64,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue