mirror of https://github.com/BOINC/boinc.git
parent
0bb18a9b6c
commit
02fdbc87db
|
@ -140,11 +140,11 @@ $m5817c = array(
|
|||
"type"=>"bare_core",
|
||||
);
|
||||
|
||||
$l6114 = array(
|
||||
"num"=>"6.1.14",
|
||||
$l6115 = array(
|
||||
"num"=>"6.1.15",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_6.1.14_i686-pc-linux-gnu.sh",
|
||||
"date"=>"10 Apr 2008",
|
||||
"file"=>"boinc_6.1.15_i686-pc-linux-gnu.sh",
|
||||
"date"=>"15 Apr 2008",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -156,11 +156,11 @@ $l51045 = array(
|
|||
"type"=>"sea",
|
||||
);
|
||||
|
||||
$l6114ubuntu = array(
|
||||
"num"=>"6.1.14",
|
||||
$l6115ubuntu = array(
|
||||
"num"=>"6.1.15",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_ubuntu_6.1.14_i686-pc-linux-gnu.sh",
|
||||
"date"=>"10 Apr 2008",
|
||||
"file"=>"boinc_ubuntu_6.1.15_i686-pc-linux-gnu.sh",
|
||||
"date"=>"15 Apr 2008",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -172,11 +172,11 @@ $l51045ubuntu = array(
|
|||
"type"=>"sea",
|
||||
);
|
||||
|
||||
$l6114ubuntux64 = array(
|
||||
"num"=>"6.1.14",
|
||||
$l6115ubuntux64 = array(
|
||||
"num"=>"6.1.15",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_ubuntu_6.1.14_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"10 Apr 2008",
|
||||
"file"=>"boinc_ubuntu_6.1.15_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"15 Apr 2008",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -235,7 +235,7 @@ $linuxcompat = array(
|
|||
"description"=>"For older Linux versions, both x86 and x64; command-line interface only",
|
||||
"dbname" => "i686-pc-linux-gnu",
|
||||
"versions"=>array(
|
||||
$l6114,
|
||||
$l6115,
|
||||
$l51045,
|
||||
$l5816,
|
||||
)
|
||||
|
@ -246,7 +246,7 @@ $linux = array(
|
|||
"description"=>"For most current Linux/x86 versions; graphical and command-line interfaces",
|
||||
"dbname" => "i686-pc-linux-gnu",
|
||||
"versions"=>array(
|
||||
$l6114ubuntu,
|
||||
$l6115ubuntu,
|
||||
$l51045ubuntu,
|
||||
)
|
||||
);
|
||||
|
@ -256,7 +256,7 @@ $linuxx64 = array(
|
|||
"description"=>"For most current Linux/x64 versions; graphical and command-line interfaces",
|
||||
"dbname" => "x86_64-pc-linux-gnu",
|
||||
"versions"=>array(
|
||||
$l6114ubuntux64,
|
||||
$l6115ubuntux64,
|
||||
$l51045ubuntux64,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue