zig: Update to version 0.11.0

This commit is contained in:
github-actions[bot] 2023-08-04 08:25:52 +00:00
parent d7d9e4e852
commit 3d8cbe1b35

View File

@ -1,5 +1,5 @@
{ {
"version": "0.10.1", "version": "0.11.0",
"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,14 +8,14 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://ziglang.org/download/0.10.1/zig-windows-x86_64-0.10.1.zip", "url": "https://ziglang.org/download/0.11.0/zig-windows-x86_64-0.11.0.zip",
"hash": "5768004e5e274c7969c3892e891596e51c5df2b422d798865471e05049988125", "hash": "142caa3b804d86b4752556c9b6b039b7517a08afa3af842645c7e2dcd125f652",
"extract_dir": "zig-windows-x86_64-0.10.1" "extract_dir": "zig-windows-x86_64-0.11.0"
}, },
"arm64": { "arm64": {
"url": "https://ziglang.org/download/0.10.1/zig-windows-aarch64-0.10.1.zip", "url": "https://ziglang.org/download/0.11.0/zig-windows-aarch64-0.11.0.zip",
"hash": "ece93b0d77b2ab03c40db99ef7ccbc63e0b6bd658af12b97898960f621305428", "hash": "5d4bd13db5ecb0ddc749231e00f125c1d31087d708e9ff9b45c4f4e13e48c661",
"extract_dir": "zig-windows-aarch64-0.10.1" "extract_dir": "zig-windows-aarch64-0.11.0"
} }
}, },
"bin": "zig.exe", "bin": "zig.exe",