ScoopInstaller_Main/cloak.json
Matthew J. Berger a8e5f938f3 Add cloak version 0.1.0 (#2637)
Added cloak, which is a Command Line OTP (One Time Password) Authenticator application written in Rust that generates time-based and counter-based OTP codes.
2018-10-02 21:01:51 +02:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/evansmurithi/cloak",
"description": "a Command Line OTP Authenticator application",
"license": "MIT",
"version": "0.1.0",
"architecture": {
"64bit": {
"url": "https://github.com/evansmurithi/cloak/releases/download/v0.1.0/cloak-v0.1.0-x86_64-pc-windows-msvc.zip",
"hash": "1df16fe865284ad0df3fc64658404abd889162b3604d97b47105f6c5111937b1"
},
"32bit": {
"url": "https://github.com/evansmurithi/cloak/releases/download/v0.1.0/cloak-v0.1.0-i686-pc-windows-msvc.zip",
"hash": "8286f5ad1fb5d8191077e41a13e6e53b70f90d27fad0b0304662284e5da5a09e"
}
},
"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"
}
}
},
"suggest": {
"vcredist": [
"extras/vcredist2015"
]
}
}