From 5226d06c82181e19203e13bff9210b8f3df998e2 Mon Sep 17 00:00:00 2001 From: scillidan Date: Wed, 6 May 2026 11:36:22 +0800 Subject: [PATCH 1/2] matcha: Add version 0.36.1 --- bucket/matcha.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/matcha.json diff --git a/bucket/matcha.json b/bucket/matcha.json new file mode 100644 index 0000000000000..35c44e8cb30d6 --- /dev/null +++ b/bucket/matcha.json @@ -0,0 +1,30 @@ +{ + "version": "0.36.1", + "description": "A powerful, feature-rich email client for your terminal, built with Go and the charming Bubble Tea TUI library.", + "homepage": "https://matcha.floatpane.com/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/floatpane/matcha/releases/download/v0.36.1/matcha_0.36.1_windows_amd64.zip", + "hash": "2a525a4041e6a53eac454c0bfb2a5a6b957f83508e1306bde348cb11893bf06d" + }, + "arm64": { + "url": "https://github.com/floatpane/matcha/releases/download/v0.36.1/matcha_0.36.1_windows_arm64.zip", + "hash": "6b45fac03faf97c3a609cd8e8069d2519ff05fccaf5ff6206992087cca95c18f" + } + }, + "bin": "matcha.exe", + "checkver": { + "github": "https://github.com/floatpane/matcha" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/floatpane/matcha/releases/download/v$version/matcha_$version_windows_amd64.zip" + }, + "arm64": { + "url": "https://github.com/floatpane/matcha/releases/download/v$version/matcha_$version_windows_arm64.zip" + } + } + } +} From cf45f8e2057969e89d8242ec58c24942392f998b Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Wed, 6 May 2026 03:59:36 +0000 Subject: [PATCH 2/2] Add hash extraction --- bucket/matcha.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/matcha.json b/bucket/matcha.json index 35c44e8cb30d6..e4fdfe4cf8cc1 100644 --- a/bucket/matcha.json +++ b/bucket/matcha.json @@ -25,6 +25,9 @@ "arm64": { "url": "https://github.com/floatpane/matcha/releases/download/v$version/matcha_$version_windows_arm64.zip" } + }, + "hash": { + "url": "$baseurl/checksums.txt" } } }