snap: update to Zig 0.15.2

pull/9234/head
Mitchell Hashimoto 2025-10-15 20:04:36 -07:00
parent 3ffbd87a0f
commit 5a9bd0e49e
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -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.15.1/zig-$arch-linux-0.15.1.tar.xz
curl -LO --retry-connrefused --retry 10 https://ziglang.org/download/0.15.2/zig-$arch-linux-0.15.2.tar.xz
else
echo "Unsupported arch"
exit 1