mirror of https://github.com/BOINC/boinc.git
parent
dd59703811
commit
c1be2daca3
|
@ -71,7 +71,7 @@ $w636= array(
|
|||
|
||||
$w6214= array(
|
||||
"num"=>"6.2.14",
|
||||
"status"=>"Development version",
|
||||
"status"=>"Recommended version",
|
||||
"file"=>"boinc_6.2.14_windows_intelx86.exe",
|
||||
"date"=>"16 July 2008",
|
||||
"type"=>"win_new",
|
||||
|
@ -95,7 +95,7 @@ $w636x64= array(
|
|||
|
||||
$w6214x64= array(
|
||||
"num"=>"6.2.14",
|
||||
"status"=>"Development version",
|
||||
"status"=>"Recommended version",
|
||||
"file"=>"boinc_6.2.14_windows_x86_64.exe",
|
||||
"date"=>"16 July 2008",
|
||||
"type"=>"win_new",
|
||||
|
@ -119,7 +119,7 @@ $w5816= array(
|
|||
|
||||
$m6214 = array(
|
||||
"num"=>"6.2.14",
|
||||
"status"=>"Development version (standard GUI)",
|
||||
"status"=>"Recommended version (standard GUI)",
|
||||
"file"=>"boinc_6.2.14_macOSX_universal.zip",
|
||||
"date"=>"17 July 2008",
|
||||
"type"=>"mac_advanced",
|
||||
|
@ -143,7 +143,7 @@ $m5817 = array(
|
|||
|
||||
$m6214c = array(
|
||||
"num"=>"6.2.14",
|
||||
"status"=>"Development version (Unix command-line version)",
|
||||
"status"=>"Recommended version (Unix command-line version)",
|
||||
"file"=>"boinc_6.2.14_universal-apple-darwin.zip",
|
||||
"date"=>"17 July 2008",
|
||||
"type"=>"bare_core",
|
||||
|
@ -175,8 +175,8 @@ $l635 = array(
|
|||
|
||||
$l6214 = array(
|
||||
"num"=>"6.2.14",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_6.2.14_i686-pc-linux-gnu.sh",
|
||||
"status"=>"Recommended version",
|
||||
"file"=>"boinc_compat_6.2.14_i686-pc-linux-gnu.sh",
|
||||
"date"=>"17 July 2008",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
@ -199,8 +199,8 @@ $l635ubuntu = array(
|
|||
|
||||
$l6214ubuntu = array(
|
||||
"num"=>"6.2.14",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_ubuntu_6.2.14_i686-pc-linux-gnu.sh",
|
||||
"status"=>"Recommended version",
|
||||
"file"=>"boinc_6.2.14_i686-pc-linux-gnu.sh",
|
||||
"date"=>"17 July 2008",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
@ -223,8 +223,8 @@ $l635ubuntux64 = array(
|
|||
|
||||
$l6214ubuntux64 = array(
|
||||
"num"=>"6.2.14",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_ubuntu_6.2.14_x86_64-pc-linux-gnu.sh",
|
||||
"status"=>"Recommended version",
|
||||
"file"=>"boinc_6.2.14_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"17 July 2008",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue