-
Notifications
You must be signed in to change notification settings - Fork 0
/
iola.json
27 lines (27 loc) · 815 Bytes
/
iola.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
{
"version": "1.0.0",
"description": "Socket client with REST API",
"homepage": "https://github.com/pvarentsov/iola",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/pvarentsov/iola/releases/download/v1.0.0/iola-v1.0.0-win-x64.zip",
"hash": "c93e9af9f9890eaa1acca613aa97db78861cc3772bb03e09121f5f4aa3fbdd25"
}
},
"bin": "iola.exe",
"checkver": {
"github": "https://github.com/pvarentsov/iola"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/pvarentsov/iola/releases/download/v$version/iola-v$version-win-x64.zip"
}
},
"hash": {
"mode": "extract",
"url": "$url.sha256"
}
}
}