mirror of https://github.com/BOINC/boinc.git
parent
53a514bb1a
commit
19254e5e92
|
@ -61,10 +61,10 @@ function type_text($type) {
|
|||
}
|
||||
|
||||
$w612 = array(
|
||||
"num"=>"6.12.14",
|
||||
"num"=>"6.12.15",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_6.12.14_windows_intelx86.exe",
|
||||
"date"=>"10 Feb 2011",
|
||||
"file"=>"boinc_6.12.15_windows_intelx86.exe",
|
||||
"date"=>"18 Feb 2011",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
|
@ -93,10 +93,10 @@ $w5816 = array(
|
|||
);
|
||||
|
||||
$w612x64 = array(
|
||||
"num"=>"6.12.14",
|
||||
"num"=>"6.12.15",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_6.12.14_windows_x86_64.exe",
|
||||
"date"=>"10 Feb 2011",
|
||||
"file"=>"boinc_6.12.15_windows_x86_64.exe",
|
||||
"date"=>"18 Feb 2011",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
|
@ -125,10 +125,10 @@ $m610 = array(
|
|||
);
|
||||
|
||||
$m612 = array(
|
||||
"num"=>"6.12.14",
|
||||
"num"=>"6.12.15",
|
||||
"status"=>"Development version (standard GUI)",
|
||||
"file"=>"boinc_6.12.14_macOSX_universal.zip",
|
||||
"date"=>"10 Feb 2011",
|
||||
"file"=>"boinc_6.12.15_macOSX_universal.zip",
|
||||
"date"=>"18 Feb 2011",
|
||||
"type"=>"mac_advanced",
|
||||
);
|
||||
|
||||
|
@ -150,10 +150,10 @@ $m66 = array(
|
|||
);
|
||||
|
||||
$m612c = array(
|
||||
"num"=>"6.12.14",
|
||||
"num"=>"6.12.15",
|
||||
"status"=>"Development version (Unix command-line version)",
|
||||
"file"=>"boinc_6.12.14_universal-apple-darwin.zip",
|
||||
"date"=>"10 Feb 2011",
|
||||
"file"=>"boinc_6.12.15_universal-apple-darwin.zip",
|
||||
"date"=>"18 Feb 2011",
|
||||
"type"=>"bare_core",
|
||||
);
|
||||
|
||||
|
@ -198,10 +198,10 @@ $l64 = array(
|
|||
);
|
||||
|
||||
$l612ubuntu = array(
|
||||
"num"=>"6.12.14",
|
||||
"num"=>"6.12.15",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_6.12.14_i686-pc-linux-gnu.sh",
|
||||
"date"=>"10 Feb 2011",
|
||||
"file"=>"boinc_6.15.14_i686-pc-linux-gnu.sh",
|
||||
"date"=>"18 Feb 2011",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -222,10 +222,10 @@ $l66ubuntu = array(
|
|||
);
|
||||
|
||||
$l612ubuntux64 = array(
|
||||
"num"=>"6.12.14",
|
||||
"num"=>"6.12.15",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_6.12.14_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"10 Feb 2011",
|
||||
"file"=>"boinc_6.12.15_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"18 Feb 2011",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue