zig: Update to version 0.15.2

This commit is contained in:
github-actions[bot] 2025-10-12 04:29:49 +00:00
parent 1df6f6bd19
commit bf1d64acc3

View File

@ -1,5 +1,5 @@
{ {
"version": "0.15.1", "version": "0.15.2",
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.", "description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
"homepage": "https://ziglang.org/", "homepage": "https://ziglang.org/",
"license": "MIT", "license": "MIT",
@ -8,19 +8,19 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://ziglang.org/download/0.15.1/zig-x86_64-windows-0.15.1.zip", "url": "https://ziglang.org/download/0.15.2/zig-x86_64-windows-0.15.2.zip",
"hash": "91e69e887ca8c943ce9a515df3af013d95a66a190a3df3f89221277ebad29e34", "hash": "3a0ed1e8799a2f8ce2a6e6290a9ff22e6906f8227865911fb7ddedc3cc14cb0c",
"extract_dir": "zig-x86_64-windows-0.15.1" "extract_dir": "zig-x86_64-windows-0.15.2"
}, },
"32bit": { "32bit": {
"url": "https://ziglang.org/download/0.15.1/zig-x86-windows-0.15.1.zip", "url": "https://ziglang.org/download/0.15.2/zig-x86-windows-0.15.2.zip",
"hash": "fb1c07cffbb43615d3158ab8b8f5db5da1d48875eca99e1d7a8a0064ff63fc5b", "hash": "7a6dfc00f4cc09ec46d3e10eb06f42538e92b6285e34debea7462edaf371da98",
"extract_dir": "zig-x86-windows-0.15.1" "extract_dir": "zig-x86-windows-0.15.2"
}, },
"arm64": { "arm64": {
"url": "https://ziglang.org/download/0.15.1/zig-aarch64-windows-0.15.1.zip", "url": "https://ziglang.org/download/0.15.2/zig-aarch64-windows-0.15.2.zip",
"hash": "1f1bf16228b0ffcc882b713dc5e11a6db4219cb30997e13c72e8e723c2104ec6", "hash": "b926465f8872bf983422257cd9ec248bb2b270996fbe8d57872cca13b56fc370",
"extract_dir": "zig-aarch64-windows-0.15.1" "extract_dir": "zig-aarch64-windows-0.15.2"
} }
}, },
"bin": "zig.exe", "bin": "zig.exe",