Skip to content

Commit

Permalink
all: update Zig to version 0.12.0-dev.2063+804cee3b9
Browse files Browse the repository at this point in the history
Signed-off-by: Wrench[bot] <[email protected]>
  • Loading branch information
wrench-bot committed Jan 8, 2024
1 parent c894e74 commit 2695bc5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions content/about/zig-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ Mach [nominates new Zig versions](../nominated-zig) periodically, these are **sp

_We encourage using Mach nightly (`main`, rather than a tagged release) for now._

Mach nightly is compatible with Zig `0.12.0-dev.1092+68ed78775`
Mach nightly is compatible with Zig `0.12.0-dev.2063+804cee3b9`

Install it using [zigup](https://github.com/marler8997/zigup):

```sh
zigup 0.12.0-dev.1092+68ed78775
zigup 0.12.0-dev.2063+804cee3b9
```

Or download it using our [pkg.machengine.org](https://pkg.machengine.org) mirror:

| OS/Arch | Kind | Download mirror |
|-----------------------------------|--------|-----------------------------------------------------------------------------------------------------------------------------------------|
| **Linux x86_64** | Binary | [zig-linux-x86_64-0.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-linux-x86_64-0.12.0-dev.1092+68ed78775.tar.xz) |
| **Linux aarch64** (ARM) | Binary | [zig-linux-aarch64-0.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-linux-aarch64-0.12.0-dev.1092+68ed78775.tar.xz) |
| **Windows x86_64** | Binary | [zig-windows-x86_64-0.12.0-dev.1092+68ed78775.zip](https://pkg.machengine.org/zig/zig-windows-x86_64-0.12.0-dev.1092+68ed78775.zip) |
| **Windows aarch64** (ARM) | Binary | [zig-windows-aarch64-0.12.0-dev.1092+68ed78775.zip](https://pkg.machengine.org/zig/zig-windows-aarch64-0.12.0-dev.1092+68ed78775.zip) |
| **macOS x86_64** (Intel) | Binary | [zig-macos-x86_64-0.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-macos-x86_64-0.12.0-dev.1092+68ed78775.tar.xz) |
| **macOS aarch64** (Apple Silicon) | Binary | [zig-macos-aarch64-0.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-macos-aarch64-0.12.0-dev.1092+68ed78775.tar.xz) |
| Source code | Source | [zig-0.12.0-dev.1092+68ed78775.tar.xz](https://pkg.machengine.org/zig/zig-0.12.0-dev.1092+68ed78775.tar.xz) |
| **Linux x86_64** | Binary | [zig-linux-x86_64-0.12.0-dev.2063+804cee3b9.tar.xz](https://pkg.machengine.org/zig/zig-linux-x86_64-0.12.0-dev.2063+804cee3b9.tar.xz) |
| **Linux aarch64** (ARM) | Binary | [zig-linux-aarch64-0.12.0-dev.2063+804cee3b9.tar.xz](https://pkg.machengine.org/zig/zig-linux-aarch64-0.12.0-dev.2063+804cee3b9.tar.xz) |
| **Windows x86_64** | Binary | [zig-windows-x86_64-0.12.0-dev.2063+804cee3b9.zip](https://pkg.machengine.org/zig/zig-windows-x86_64-0.12.0-dev.2063+804cee3b9.zip) |
| **Windows aarch64** (ARM) | Binary | [zig-windows-aarch64-0.12.0-dev.2063+804cee3b9.zip](https://pkg.machengine.org/zig/zig-windows-aarch64-0.12.0-dev.2063+804cee3b9.zip) |
| **macOS x86_64** (Intel) | Binary | [zig-macos-x86_64-0.12.0-dev.2063+804cee3b9.tar.xz](https://pkg.machengine.org/zig/zig-macos-x86_64-0.12.0-dev.2063+804cee3b9.tar.xz) |
| **macOS aarch64** (Apple Silicon) | Binary | [zig-macos-aarch64-0.12.0-dev.2063+804cee3b9.tar.xz](https://pkg.machengine.org/zig/zig-macos-aarch64-0.12.0-dev.2063+804cee3b9.tar.xz) |
| Source code | Source | [zig-0.12.0-dev.2063+804cee3b9.tar.xz](https://pkg.machengine.org/zig/zig-0.12.0-dev.2063+804cee3b9.tar.xz) |

_**Installation:** Download, extract, and place on your system `$PATH`. Ensure `zig version` reports the right version._

Expand Down

0 comments on commit 2695bc5

Please sign in to comment.