ScoopInstaller_Main/bucket/himalaya.json
2023-07-23 12:30:28 +00:00

22 lines
689 B
JSON

{
"version": "0.8.4",
"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.8.4/himalaya-windows.zip",
"hash": "c2d7b8dcd7ba720d17d0fdb2505311c626cc0712843f295ed4ac294dfa080d89"
}
},
"bin": "himalaya.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/soywod/himalaya/releases/download/v$version/himalaya-windows.zip"
}
}
}
}