zig: Update to version 0.9.1

This commit is contained in:
github-actions[bot] 2022-02-15 04:29:42 +00:00
parent d7657a9cf3
commit 760f368b98

View File

@ -1,5 +1,5 @@
{ {
"version": "0.9.0", "version": "0.9.1",
"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.9.0/zig-windows-x86_64-0.9.0.zip", "url": "https://ziglang.org/download/0.9.1/zig-windows-x86_64-0.9.1.zip",
"hash": "084ea2646850aaf068234b0f1a92b914ed629be47075e835f8a67d55c21d880e", "hash": "443da53387d6ae8ba6bac4b3b90e9fef4ecbe545e1c5fa3a89485c36f5c0e3a2",
"extract_dir": "zig-windows-x86_64-0.9.0" "extract_dir": "zig-windows-x86_64-0.9.1"
}, },
"32bit": { "32bit": {
"url": "https://ziglang.org/download/0.9.0/zig-windows-i386-0.9.0.zip", "url": "https://ziglang.org/download/0.9.1/zig-windows-i386-0.9.1.zip",
"hash": "bb839434afc75092015cf4c33319d31463c18512bc01dd719aedf5dcbc368466", "hash": "74a640ed459914b96bcc572183a8db687bed0af08c30d2ea2f8eba03ae930f69",
"extract_dir": "zig-windows-i386-0.9.0" "extract_dir": "zig-windows-i386-0.9.1"
} }
}, },
"bin": "zig.exe", "bin": "zig.exe",