diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-02 16:41:29 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-03 07:10:44 -0700 |
| commit | 22caf60263e5048b33c653d428770fdb4469e232 (patch) | |
| tree | 26d73bfab9e6a24c1c92ef8613ba7dace0388c0f /snap | |
| parent | a41f59837e959f86708890d1508266dca2dcf090 (diff) | |
update a bunch of required Zig versions to 0.15
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e48fa93c8..2e434843c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -52,7 +52,7 @@ parts: rm -rf $CRAFT_PART_SRC/* if [[ -n $arch ]]; then - curl -LO --retry-connrefused --retry 10 https://ziglang.org/download/0.14.0/zig-linux-$arch-0.14.0.tar.xz + curl -LO --retry-connrefused --retry 10 https://ziglang.org/download/0.15.1/zig-$arch-linux-0.15.1.tar.xz else echo "Unsupported arch" exit 1 |
