mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
52 lines
1.9 KiB
JSON
52 lines
1.9 KiB
JSON
{
|
|
"version": "0.15.2",
|
|
"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.15.2/zig-x86_64-windows-0.15.2.zip",
|
|
"hash": "3a0ed1e8799a2f8ce2a6e6290a9ff22e6906f8227865911fb7ddedc3cc14cb0c",
|
|
"extract_dir": "zig-x86_64-windows-0.15.2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ziglang.org/download/0.15.2/zig-x86-windows-0.15.2.zip",
|
|
"hash": "7a6dfc00f4cc09ec46d3e10eb06f42538e92b6285e34debea7462edaf371da98",
|
|
"extract_dir": "zig-x86-windows-0.15.2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://ziglang.org/download/0.15.2/zig-aarch64-windows-0.15.2.zip",
|
|
"hash": "b926465f8872bf983422257cd9ec248bb2b270996fbe8d57872cca13b56fc370",
|
|
"extract_dir": "zig-aarch64-windows-0.15.2"
|
|
}
|
|
},
|
|
"bin": "zig.exe",
|
|
"checkver": {
|
|
"url": "https://ziglang.org/download/",
|
|
"regex": ">([\\d.]+)</h"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ziglang.org/download/$version/zig-x86_64-windows-$version.zip",
|
|
"extract_dir": "zig-x86_64-windows-$version"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ziglang.org/download/$version/zig-x86-windows-$version.zip",
|
|
"extract_dir": "zig-x86-windows-$version"
|
|
},
|
|
"arm64": {
|
|
"url": "https://ziglang.org/download/$version/zig-aarch64-windows-$version.zip",
|
|
"extract_dir": "zig-aarch64-windows-$version"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://ziglang.org/download/index.json",
|
|
"regex": "(?s)$basename.*?$sha256"
|
|
}
|
|
}
|
|
}
|