ScoopInstaller_Main/bucket/himalaya.json
2023-08-28 12:32:07 +00:00

22 lines
689 B
JSON

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