mirror of https://github.com/BOINC/boinc.git
Release BOINC Mac 5.10.27
svn path=/trunk/boinc/; revision=13957
This commit is contained in:
parent
23609b858b
commit
8da306d4d8
|
@ -87,11 +87,11 @@ $m51020 = array(
|
||||||
"type"=>"mac_advanced",
|
"type"=>"mac_advanced",
|
||||||
);
|
);
|
||||||
|
|
||||||
$m51026 = array(
|
$m51027 = array(
|
||||||
"num"=>"5.10.26",
|
"num"=>"5.10.27",
|
||||||
"status"=>"Development version (standard GUI)",
|
"status"=>"Development version (standard GUI)",
|
||||||
"file"=>"boinc_5.10.26_macOSX_universal.zip",
|
"file"=>"boinc_5.10.27_macOSX_universal.zip",
|
||||||
"date"=>"22 Oct 2007",
|
"date"=>"24 Oct 2007",
|
||||||
"type"=>"mac_advanced",
|
"type"=>"mac_advanced",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -119,11 +119,11 @@ $m51020c = array(
|
||||||
"type"=>"bare_core",
|
"type"=>"bare_core",
|
||||||
);
|
);
|
||||||
|
|
||||||
$m51026c = array(
|
$m51027c = array(
|
||||||
"num"=>"5.10.26",
|
"num"=>"5.10.27",
|
||||||
"status"=>"Development version (Unix command-line version)",
|
"status"=>"Development version (Unix command-line version)",
|
||||||
"file"=>"boinc_5.10.26_universal-apple-darwin.zip",
|
"file"=>"boinc_5.10.27_universal-apple-darwin.zip",
|
||||||
"date"=>"22 Oct 2007",
|
"date"=>"24 Oct 2007",
|
||||||
"type"=>"bare_core",
|
"type"=>"bare_core",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -199,8 +199,8 @@ $mac = array(
|
||||||
"name"=>"Mac OS X",
|
"name"=>"Mac OS X",
|
||||||
"dbname" => "powerpc-apple-darwin",
|
"dbname" => "powerpc-apple-darwin",
|
||||||
"versions"=>array(
|
"versions"=>array(
|
||||||
$m51026,
|
$m51027,
|
||||||
$m51026c,
|
$m51027c,
|
||||||
$m51020,
|
$m51020,
|
||||||
$m51020c,
|
$m51020c,
|
||||||
$m5817,
|
$m5817,
|
||||||
|
|
Loading…
Reference in New Issue