From 86672ea4cbfdac7f43e09b416b0b69aa51ba7f94 Mon Sep 17 00:00:00 2001 From: Takuma Hashimoto <34015121+hashitaku@users.noreply.github.com> Date: Fri, 14 Feb 2025 01:33:00 +0900 Subject: [PATCH] himalaya: Update to version 1.1.0 (#6455) --- bucket/himalaya.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/himalaya.json b/bucket/himalaya.json index 778a7a8ef5..edc69c8af2 100644 --- a/bucket/himalaya.json +++ b/bucket/himalaya.json @@ -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" } } }