mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
30 lines
1020 B
JSON
30 lines
1020 B
JSON
{
|
|
"version": "0.4.0",
|
|
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
|
|
"homepage": "https://ziglang.org/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ziglang/zig/releases/download/0.4.0/zig-windows-x86_64-0.4.0.zip",
|
|
"hash": "fbc3dd205e064c263063f69f600bedb18e3d0aa2efa747a63ef6cafb6d73f127",
|
|
"extract_dir": "zig-windows-x86_64-0.4.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"
|
|
}
|
|
}
|
|
}
|