ScoopInstaller_Main/bucket/himalaya.json
2026-02-19 20:31:45 +00:00

22 lines
703 B
JSON

{
"version": "1.2.0",
"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/v1.2.0/himalaya.x86_64-windows.tgz",
"hash": "9bf560bf13346506a71d07b69cf2efb93c6cf60828784a8b7c0cb79b295a77db"
}
},
"bin": "himalaya.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/soywod/himalaya/releases/download/v$version/himalaya.x86_64-windows.tgz"
}
}
}
}