Quick Updates

svn path=/trunk/boinc/; revision=24728
This commit is contained in:
Rom Walton 2011-12-05 16:02:17 +00:00
parent e8027a224e
commit 083b654e52
1 changed files with 28 additions and 28 deletions

View File

@ -31,11 +31,11 @@ function type_text($type) {
} }
} }
$w613 = array( $w70 = array(
"num"=>"6.13.12", "num"=>"7.0.2",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.13.12_windows_intelx86.exe", "file"=>"boinc_7.0.2_windows_intelx86.exe",
"date"=>"14 Nov 2011", "date"=>"5 Dec 2011",
"type"=>"win_new", "type"=>"win_new",
); );
@ -71,11 +71,11 @@ $w5816 = array(
"type"=>"win_new", "type"=>"win_new",
); );
$w613x64 = array( $w70x64 = array(
"num"=>"6.13.12", "num"=>"7.0.2",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.13.12_windows_x86_64.exe", "file"=>"boinc_7.0.2_windows_x86_64.exe",
"date"=>"14 Nov 2011", "date"=>"5 Dec 2011",
"type"=>"win_new", "type"=>"win_new",
); );
@ -95,11 +95,11 @@ $w610x64 = array(
"type"=>"win_new", "type"=>"win_new",
); );
$m613 = array( $m70 = array(
"num"=>"6.13.12", "num"=>"7.0.2",
"status"=>"Development version (standard GUI)", "status"=>"Development version (standard GUI)",
"file"=>"boinc_6.13.12_macOSX_i686.zip", "file"=>"boinc_7.0.2_macOSX_i686.zip",
"date"=>"14 Nov 2011", "date"=>"5 Dec 2011",
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
@ -127,11 +127,11 @@ $m66 = array(
"type"=>"mac_advanced", "type"=>"mac_advanced",
); );
$m613c = array( $m70c = array(
"num"=>"6.13.12", "num"=>"7.0.2",
"status"=>"Development version (Unix command-line version)", "status"=>"Development version (Unix command-line version)",
"file"=>"boinc_6.13.12_i686-apple-darwin.zip", "file"=>"boinc_7.0.2_i686-apple-darwin.zip",
"date"=>"14 Nov 2011", "date"=>"5 Dec 2011",
"type"=>"bare_core", "type"=>"bare_core",
); );
@ -176,10 +176,10 @@ $l66 = array(
); );
$l613ubuntu = array( $l613ubuntu = array(
"num"=>"6.13.12", "num"=>"7.0.2",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.13.12_i686-pc-linux-gnu.sh", "file"=>"boinc_7.0.2_i686-pc-linux-gnu.sh",
"date"=>"14 Nov 2011", "date"=>"5 Dec 2011",
"type"=>"sea", "type"=>"sea",
); );
@ -200,10 +200,10 @@ $l610ubuntu = array(
); );
$l613ubuntux64 = array( $l613ubuntux64 = array(
"num"=>"6.13.12", "num"=>"7.0.2",
"status"=>"Development version", "status"=>"Development version",
"file"=>"boinc_6.13.12_x86_64-pc-linux-gnu.sh", "file"=>"boinc_7.0.2_x86_64-pc-linux-gnu.sh",
"date"=>"14 Nov 2011", "date"=>"5 Dec 2011",
"type"=>"sea", "type"=>"sea",
); );
@ -232,7 +232,7 @@ $windows = array(
"description"=>"2000/XP/Vista/7", "description"=>"2000/XP/Vista/7",
"dbname" => "windows_intelx86", "dbname" => "windows_intelx86",
"versions"=>array( "versions"=>array(
$w613, $w70,
$w612, $w612,
$w610, $w610,
$w66, $w66,
@ -245,7 +245,7 @@ $windowsx64 = array(
"description"=>"XP/Vista/7", "description"=>"XP/Vista/7",
"dbname" => "windows_x86_64", "dbname" => "windows_x86_64",
"versions"=>array( "versions"=>array(
$w613x64, $w70x64,
$w612x64, $w612x64,
$w610x64, $w610x64,
) )
@ -256,8 +256,8 @@ $mac = array(
"description"=>"Version 10.4.0+", "description"=>"Version 10.4.0+",
"dbname" => "powerpc-apple-darwin", "dbname" => "powerpc-apple-darwin",
"versions"=>array( "versions"=>array(
$m613, $m70,
$m613c, $m70c,
$m612, $m612,
$m612c, $m612c,
$m610, $m610,
@ -287,7 +287,7 @@ $linux = array(
", ",
"dbname" => "i686-pc-linux-gnu", "dbname" => "i686-pc-linux-gnu",
"versions"=>array( "versions"=>array(
$l613ubuntu, $l70ubuntu,
$l612ubuntu, $l612ubuntu,
$l610ubuntu, $l610ubuntu,
) )
@ -302,7 +302,7 @@ $linuxx64 = array(
instead. instead.
", ",
"versions"=>array( "versions"=>array(
$l613ubuntux64, $l70ubuntux64,
$l612ubuntux64, $l612ubuntux64,
$l610ubuntux64, $l610ubuntux64,
) )