ScoopInstaller_Main/bucket/himalaya.json
2023-02-16 23:23:39 +05:30

22 lines
695 B
JSON

{
"version": "0.7.1",
"description": "Minimalist CLI email client, written in Rust",
"homepage": "https://github.com/soywod/himalaya",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/soywod/himalaya/releases/download/v0.7.1/himalaya-windows.tar.gz",
"hash": "1e3e5298660eb8aa114da13e06cad5823281a317d5bda1b64ec3ed47f68ddc0b"
}
},
"bin": "himalaya.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/soywod/himalaya/releases/download/v$version/himalaya-windows.tar.gz"
}
}
}
}