mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "0.7.1",
|
|
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
|
|
"homepage": "https://ziglang.org/",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2019"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ziglang/zig/releases/download/0.7.1/zig-windows-x86_64-0.7.1.zip",
|
|
"hash": "4818a8a65b4672bc52c0ae7f14d014e0eb8caf10f12c0745176820384cea296a",
|
|
"extract_dir": "zig-windows-x86_64-0.7.1"
|
|
}
|
|
},
|
|
"bin": "zig.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/zig-lang/zig/"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ziglang/zig/releases/download/$version/zig-windows-x86_64-$version.zip",
|
|
"extract_dir": "zig-windows-x86_64-$version"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://ziglang.org/download/",
|
|
"regex": "(?sm)$basename.*?$sha256"
|
|
}
|
|
}
|
|
}
|