|
@@ -117,34 +117,34 @@ class Downloads extends React.Component {
|
|
|
{
|
|
|
content:
|
|
|
`<strong>
|
|
|
- <a href="https://github.com/bmx-ng/bmx-ng/releases/download/v0.136.3.49.macos.arm64/BlitzMax_macos_arm64_0.136.3.49.zip">BlitzMax_macos_arm64_0.136.3.49.zip</a>
|
|
|
+ <a href="https://github.com/bmx-ng/bmx-ng/releases/download/v0.138.3.54.macos.arm64/BlitzMax_macos_arm64_0.138.3.54.zip">BlitzMax_macos_arm64_0.138.3.54.zip</a>
|
|
|
</strong>
|
|
|
<br/><br/>
|
|
|
BlitzMax, arm64 macOS edition.
|
|
|
- Includes SDL backend, mojo2, Crypto, Audio, Image, Random, Net, Text and Steam.
|
|
|
+ Includes SDL backend, mojo2, Crypto, Audio, Image, Math, Random, Net, Text and Steam.
|
|
|
<br/>
|
|
|
- See the <strong><a href="https://github.com/bmx-ng/bmx-ng/releases/tag/v0.136.3.49.macos.arm64">Release Notes</a></strong> for setup information.
|
|
|
+ See the <strong><a href="https://github.com/bmx-ng/bmx-ng/releases/tag/v0.138.3.54.macos.arm64">Release Notes</a></strong> for setup information.
|
|
|
`,
|
|
|
image: `${siteConfig.baseUrl}img/platform/apple.svg`,
|
|
|
imageAlign: "top",
|
|
|
- imageLink: `https://github.com/bmx-ng/bmx-ng/releases/download/v0.136.3.49.macos.arm64/BlitzMax_macos_arm64_0.136.3.49.zip`,
|
|
|
+ imageLink: `https://github.com/bmx-ng/bmx-ng/releases/download/v0.138.3.54.macos.arm64/BlitzMax_macos_arm64_0.138.3.54.zip`,
|
|
|
title: "macOS"
|
|
|
},
|
|
|
{},
|
|
|
{
|
|
|
content:
|
|
|
`<strong>
|
|
|
- <a href="https://github.com/bmx-ng/bmx-ng/releases/download/v0.136.3.49.macos.x64/BlitzMax_macos_x64_0.136.3.49.zip">BlitzMax_macos_x64_0.136.3.49.zip</a>
|
|
|
+ <a href="https://github.com/bmx-ng/bmx-ng/releases/download/v0.138.3.54.macos.x64/BlitzMax_macos_x64_0.138.3.54.zip">BlitzMax_macos_x64_0.138.3.54.zip</a>
|
|
|
</strong>
|
|
|
<br/><br/>
|
|
|
BlitzMax, x64 macOS edition.
|
|
|
- Includes SDL backend, mojo2, Crypto, Audio, Image, Random, Net, Text and Steam.
|
|
|
+ Includes SDL backend, mojo2, Crypto, Audio, Image, Math, Random, Net, Text and Steam.
|
|
|
<br/>
|
|
|
- See the <strong><a href="https://github.com/bmx-ng/bmx-ng/releases/tag/v0.136.3.49.macos.x64">Release Notes</a></strong> for setup information.
|
|
|
+ See the <strong><a href="https://github.com/bmx-ng/bmx-ng/releases/tag/v0.138.3.54.macos.x64">Release Notes</a></strong> for setup information.
|
|
|
`,
|
|
|
image: `${siteConfig.baseUrl}img/platform/apple.svg`,
|
|
|
imageAlign: "top",
|
|
|
- imageLink: `https://github.com/bmx-ng/bmx-ng/releases/download/v0.136.3.49.macos.x64/BlitzMax_macos_x64_0.136.3.49.zip`,
|
|
|
+ imageLink: `https://github.com/bmx-ng/bmx-ng/releases/download/v0.138.3.54.macos.x64/BlitzMax_macos_x64_0.138.3.54.zip`,
|
|
|
title: "macOS"
|
|
|
},
|
|
|
]}
|