ScoopInstaller_Main/bucket/himalaya.json
2025-02-14 00:33:00 +08:00

22 lines
703 B
JSON

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