mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"version": "0.6.0",
|
|
"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.6.0/zig-windows-x86_64-0.6.0.zip",
|
|
"hash": "c3b897832523e1026e10b2d8d55d7f895185c0a27a63681f3a23219c3f1c38f4",
|
|
"extract_dir": "zig-windows-x86_64-0.6.0"
|
|
}
|
|
},
|
|
"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": "$basename[\\S\\s]+?$sha256"
|
|
}
|
|
}
|
|
}
|