forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gn.json
33 lines (33 loc) · 1.29 KB
/
gn.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
{
"version": "s93YgX",
"description": "GN is a meta-build system that generates build files for Ninja.",
"homepage": "https://gn.googlesource.com/gn",
"license": "BSD-3-Clause",
"suggest": {
"ninja": "ninja",
"Python3": "python"
},
"architecture": {
"64bit": {
"url": "https://chrome-infra-packages.appspot.com/dl/gn/gn/windows-amd64/+/s93YgXDTYEcXVS6qbBfVZIu9LYd1GtqgurIwZx1mHXIC#/gn-windows-amd64.zip",
"hash": "b3ddd88170d3604717552eaa6c17d5648bbd2d87751adaa0bab230671d661d72"
}
},
"bin": "gn.exe",
"checkver": {
"url": "https://chrome-infra-packages.appspot.com/p/gn/gn/windows-amd64/+/latest",
"regex": "Instance ID\\S+\\s+<td class=\"user-select-all\">(?<instanceId>(?<short>[\\w-]{6})[\\w-]+)",
"replace": "${short}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://chrome-infra-packages.appspot.com/dl/gn/gn/windows-amd64/+/$matchInstanceid#/gn-windows-amd64.zip",
"hash": {
"url": "https://chrome-infra-packages.appspot.com/p/gn/gn/windows-amd64/+/latest",
"regex": "<b>SHA256</b>\\S+\\s+<td class=\"user-select-all\">$sha256"
}
}
}
}
}