mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "0.11.0",
|
|
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
|
|
"homepage": "https://ziglang.org/",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ziglang.org/download/0.11.0/zig-windows-x86_64-0.11.0.zip",
|
|
"hash": "142caa3b804d86b4752556c9b6b039b7517a08afa3af842645c7e2dcd125f652",
|
|
"extract_dir": "zig-windows-x86_64-0.11.0"
|
|
},
|
|
"arm64": {
|
|
"url": "https://ziglang.org/download/0.11.0/zig-windows-aarch64-0.11.0.zip",
|
|
"hash": "5d4bd13db5ecb0ddc749231e00f125c1d31087d708e9ff9b45c4f4e13e48c661",
|
|
"extract_dir": "zig-windows-aarch64-0.11.0"
|
|
}
|
|
},
|
|
"bin": "zig.exe",
|
|
"checkver": {
|
|
"url": "https://ziglang.org/download/",
|
|
"regex": ">([\\d.]+)</h"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ziglang.org/download/$version/zig-windows-x86_64-$version.zip",
|
|
"extract_dir": "zig-windows-x86_64-$version"
|
|
},
|
|
"arm64": {
|
|
"url": "https://ziglang.org/download/$version/zig-windows-aarch64-$version.zip",
|
|
"extract_dir": "zig-windows-aarch64-$version"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://ziglang.org/download/index.json",
|
|
"regex": "(?s)$basename.*?$sha256"
|
|
}
|
|
}
|
|
}
|