mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|