mirror of https://github.com/BOINC/boinc.git
parent
54bf84dd4e
commit
a8380e8312
|
@ -62,10 +62,10 @@ function type_text($type) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$w66= array(
|
$w66= array(
|
||||||
"num"=>"6.6.31",
|
"num"=>"6.6.36",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_6.6.31_windows_intelx86.exe",
|
"file"=>"boinc_6.6.36_windows_intelx86.exe",
|
||||||
"date"=>"1 June 2009",
|
"date"=>"10 June 2009",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -78,10 +78,10 @@ $w64= array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$w66x64= array(
|
$w66x64= array(
|
||||||
"num"=>"6.6.31",
|
"num"=>"6.6.36",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_6.6.31_windows_x86_64.exe",
|
"file"=>"boinc_6.6.36_windows_x86_64.exe",
|
||||||
"date"=>"1 June 2009",
|
"date"=>"10 June 2009",
|
||||||
"type"=>"win_new",
|
"type"=>"win_new",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -102,10 +102,10 @@ $w5816= array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$m66 = array(
|
$m66 = array(
|
||||||
"num"=>"6.6.29",
|
"num"=>"6.6.36",
|
||||||
"status"=>"Recommended version (standard GUI)",
|
"status"=>"Recommended version (standard GUI)",
|
||||||
"file"=>"boinc_6.6.29_macOSX_universal.zip",
|
"file"=>"boinc_6.6.36_macOSX_universal.zip",
|
||||||
"date"=>"7 May 2009",
|
"date"=>"10 June 2009",
|
||||||
"type"=>"mac_advanced",
|
"type"=>"mac_advanced",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -118,10 +118,10 @@ $m6218 = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$m66c = array(
|
$m66c = array(
|
||||||
"num"=>"6.6.29",
|
"num"=>"6.6.36",
|
||||||
"status"=>"Recommended version (Unix command-line version)",
|
"status"=>"Recommended version (Unix command-line version)",
|
||||||
"file"=>"boinc_6.6.29_universal-apple-darwin.zip",
|
"file"=>"boinc_6.6.36_universal-apple-darwin.zip",
|
||||||
"date"=>"7 May 2009",
|
"date"=>"10 June 2009",
|
||||||
"type"=>"bare_core",
|
"type"=>"bare_core",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -134,10 +134,10 @@ $m6218c = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$l66 = array(
|
$l66 = array(
|
||||||
"num"=>"6.6.31",
|
"num"=>"6.6.36",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_compat_6.6.31_i686-pc-linux-gnu.sh",
|
"file"=>"boinc_compat_6.6.36_i686-pc-linux-gnu.sh",
|
||||||
"date"=>"1 June 2009",
|
"date"=>"10 June 2009",
|
||||||
"type"=>"sea",
|
"type"=>"sea",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -150,10 +150,10 @@ $l64 = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$l66ubuntu = array(
|
$l66ubuntu = array(
|
||||||
"num"=>"6.6.31",
|
"num"=>"6.6.36",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_6.6.31_i686-pc-linux-gnu.sh",
|
"file"=>"boinc_6.6.36_i686-pc-linux-gnu.sh",
|
||||||
"date"=>"1 June 2009",
|
"date"=>"10 June 2009",
|
||||||
"type"=>"sea",
|
"type"=>"sea",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -166,10 +166,10 @@ $l64ubuntu = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
$l66ubuntux64 = array(
|
$l66ubuntux64 = array(
|
||||||
"num"=>"6.6.31",
|
"num"=>"6.6.36",
|
||||||
"status"=>"Recommended version",
|
"status"=>"Recommended version",
|
||||||
"file"=>"boinc_6.6.31_x86_64-pc-linux-gnu.sh",
|
"file"=>"boinc_6.6.36_x86_64-pc-linux-gnu.sh",
|
||||||
"date"=>"1 June 2009",
|
"date"=>"10 June 2009",
|
||||||
"type"=>"sea",
|
"type"=>"sea",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue