himalaya: Update to version 1.1.0 (#6455)

This commit is contained in:
Takuma Hashimoto 2025-02-14 01:33:00 +09:00 committed by GitHub
parent 451ef46302
commit 86672ea4cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{
"version": "0.9.0",
"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/v0.9.0/himalaya-windows.zip",
"hash": "85ca3199008c817d66e8f3b8d3b06daca34112447a5835d8da13f63a6ee7e04a"
"url": "https://github.com/soywod/himalaya/releases/download/v1.1.0/himalaya.x86_64-windows.tgz",
"hash": "332968d55d7bf27cfbaeb6a821cc7ee002c8dada85afe22de985611a33cf86b1"
}
},
"bin": "himalaya.exe",
@ -14,7 +14,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/soywod/himalaya/releases/download/v$version/himalaya-windows.zip"
"url": "https://github.com/soywod/himalaya/releases/download/v$version/himalaya.x86_64-windows.tgz"
}
}
}