mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"version": "0.12.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.12.0/zig-windows-x86_64-0.12.0.zip",
|
|
"hash": "2199eb4c2000ddb1fba85ba78f1fcf9c1fb8b3e57658f6a627a8e513131893f5",
|
|
"extract_dir": "zig-windows-x86_64-0.12.0"
|
|
},
|
|
"arm64": {
|
|
"url": "https://ziglang.org/download/0.12.0/zig-windows-aarch64-0.12.0.zip",
|
|
"hash": "04c6b92689241ca7a8a59b5f12d2ca2820c09d5043c3c4808b7e93e41c7bf97b",
|
|
"extract_dir": "zig-windows-aarch64-0.12.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"
|
|
}
|
|
}
|
|
}
|