mirror of https://github.com/BOINC/boinc.git
Updates for 7.0.54
This commit is contained in:
parent
72d38818b4
commit
3b6b66f6e0
|
@ -44,10 +44,10 @@ function linux_info() {
|
|||
}
|
||||
|
||||
$w70dev = array(
|
||||
"num"=>"7.0.52",
|
||||
"num"=>"7.0.54",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.0.52_windows_intelx86.exe",
|
||||
"date"=>"13 Feb 2013",
|
||||
"file"=>"boinc_7.0.54_windows_intelx86.exe",
|
||||
"date"=>"7 Mar 2013",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
|
@ -84,10 +84,10 @@ $w5816 = array(
|
|||
);
|
||||
|
||||
$w70x64dev = array(
|
||||
"num"=>"7.0.52",
|
||||
"num"=>"7.0.54",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.0.52_windows_x86_64.exe",
|
||||
"date"=>"13 Feb 2013",
|
||||
"file"=>"boinc_7.0.54_windows_x86_64.exe",
|
||||
"date"=>"7 Mar 2013",
|
||||
"type"=>"win_new",
|
||||
);
|
||||
|
||||
|
@ -108,10 +108,10 @@ $w612x64 = array(
|
|||
);
|
||||
|
||||
$m70dev = array(
|
||||
"num"=>"7.0.52",
|
||||
"num"=>"7.0.54",
|
||||
"status"=>"Development version (standard GUI)",
|
||||
"file"=>"boinc_7.0.52_macOSX_i686.zip",
|
||||
"date"=>"13 Feb 2013",
|
||||
"file"=>"boinc_7.0.54_macOSX_i686.zip",
|
||||
"date"=>"7 Mar 2013",
|
||||
"type"=>"mac_advanced",
|
||||
);
|
||||
|
||||
|
@ -148,10 +148,10 @@ $m66 = array(
|
|||
);
|
||||
|
||||
$m70cdev = array(
|
||||
"num"=>"7.0.52",
|
||||
"num"=>"7.0.54",
|
||||
"status"=>"Development version (Unix command-line version)",
|
||||
"file"=>"boinc_7.0.52_i686-apple-darwin.zip",
|
||||
"date"=>"13 Feb 2013",
|
||||
"file"=>"boinc_7.0.54_i686-apple-darwin.zip",
|
||||
"date"=>"7 Mar 2013",
|
||||
"type"=>"bare_core",
|
||||
);
|
||||
|
||||
|
@ -204,10 +204,10 @@ $l66 = array(
|
|||
);
|
||||
|
||||
$l70ubuntudev = array(
|
||||
"num"=>"7.0.52",
|
||||
"num"=>"7.0.54",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.0.52_i686-pc-linux-gnu.sh",
|
||||
"date"=>"13 Feb 2013",
|
||||
"file"=>"boinc_7.0.54_i686-pc-linux-gnu.sh",
|
||||
"date"=>"7 Feb 2013",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -228,10 +228,10 @@ $l612ubuntu = array(
|
|||
);
|
||||
|
||||
$l70ubuntux64dev = array(
|
||||
"num"=>"7.0.52",
|
||||
"num"=>"7.0.54",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.0.52_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"13 Feb 2013",
|
||||
"file"=>"boinc_7.0.54_x86_64-pc-linux-gnu.sh",
|
||||
"date"=>"7 Mar 2013",
|
||||
"type"=>"sea",
|
||||
);
|
||||
|
||||
|
@ -252,10 +252,10 @@ $l612ubuntux64 = array(
|
|||
);
|
||||
|
||||
$adev = array(
|
||||
"num"=>"7.0.53",
|
||||
"num"=>"7.0.54",
|
||||
"status"=>"Development version",
|
||||
"file"=>"boinc_7.0.53_arm-android-linux-gnu.apk",
|
||||
"date"=>"20 Feb 2013",
|
||||
"file"=>"boinc_7.0.54_arm-android-linux-gnu.apk",
|
||||
"date"=>"7 Mar 2013",
|
||||
"type"=>"apk",
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue