-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-builds.json
32 lines (32 loc) · 1.14 KB
/
app-builds.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
{
"core-registry-cadt": {
"name": "cadt",
"version": "1.7.15-rc10",
"repo": "https://github.com/Chia-Network/Core-Registry-CADT/",
"filename_format": "${APP}-${OS}-${ARCH}-${VERSION}.zip",
"executable_format": "${APP}",
"folder": "${APP}-${OS}-${ARCH}"
},
"climate-explorer-chia": {
"name": "climate_explorer",
"version": "1.1.2-rc8",
"repo": "https://github.com/Chia-Network/climate-token-driver/",
"filename_format": "${APP}_${OS}_${VERSION}_${ARCH}.zip",
"executable_format": "${APP}_${VERSION}_${ARCH}"
},
"climate-tokenization-engine": {
"name": "climate_token_engine",
"version": "1.3.23-rc8",
"repo": "https://github.com/Chia-Network/Climate-Tokenization-Engine/",
"filename_format": "${APP}-${OS}-${ARCH}-${VERSION}.zip",
"executable_format": "${APP}",
"folder": "${APP}-${OS}-${ARCH}"
},
"climate-tokenization-chia": {
"name": "climate_token_driver",
"version": "1.1.2-rc8",
"repo": "https://github.com/Chia-Network/climate-token-driver/",
"filename_format": "${APP}_${OS}_${VERSION}_${ARCH}.zip",
"executable_format": "${APP}_${VERSION}_${ARCH}"
}
}