-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcloak.json
31 lines (31 loc) · 1.21 KB
/
cloak.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
{
"version": "0.2.0",
"description": "a Command Line OTP Authenticator application",
"homepage": "https://github.com/evansmurithi/cloak",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/evansmurithi/cloak/releases/download/v0.2.0/cloak-v0.2.0-x86_64-pc-windows-msvc.zip",
"hash": "a0354613f17bb1dacd2d41a29650296bb96ee81cd5038388ec6f2c7389d71933"
},
"32bit": {
"url": "https://github.com/evansmurithi/cloak/releases/download/v0.2.0/cloak-v0.2.0-i686-pc-windows-msvc.zip",
"hash": "b4ae3dea20ea9600b6d3f608e9ba1746e6d1a6ad2b66ece2918695c64a3468d1"
}
},
"bin": "cloak.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/evansmurithi/cloak/releases/download/v$version/cloak-v$version-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/evansmurithi/cloak/releases/download/v$version/cloak-v$version-i686-pc-windows-msvc.zip"
}
}
}
}