Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions bucket/matcha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}
Loading