forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zig-dev.json
34 lines (34 loc) · 1.21 KB
/
zig-dev.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"version": "0.10.0-dev.4060",
"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/builds/zig-windows-x86_64-0.10.0-dev.4060+61aaef0b0.zip",
"hash": "f54c6e91c1ba1d516215df17a08e3d7cfe009d6028594005391f1a900c6ce119",
"extract_dir": "zig-windows-x86_64-0.10.0-dev.4060+61aaef0b0"
}
},
"bin": "zig.exe",
"checkver": {
"url": "https://ziglang.org/download/index.json",
"jsonpath": "$.master.version",
"regex": "(?<version>[\\w._-]+)\\+(?<commit>[0-9a-f]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ziglang.org/builds/zig-windows-x86_64-$matchVersion+$matchCommit.zip",
"extract_dir": "zig-windows-x86_64-$matchVersion+$matchCommit"
}
},
"hash": {
"url": "https://ziglang.org/download/index.json",
"jsonpath": "$.master.x86_64-windows.shasum"
}
}
}