From 0df3464f37cd632f031c453fe050e360b84e168e Mon Sep 17 00:00:00 2001 From: Arjan van der Kruijt Date: Sun, 21 Jun 2026 22:40:49 +0200 Subject: [PATCH] commet: Add version 0.4.2 --- bucket/commet.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/commet.json diff --git a/bucket/commet.json b/bucket/commet.json new file mode 100644 index 00000000000000..c8584f805a3e31 --- /dev/null +++ b/bucket/commet.json @@ -0,0 +1,29 @@ +{ + "version": "0.4.2", + "description": "Feature-rich Matrix chat client with a simple, privacy-focused interface.", + "homepage": "https://commet.chat/", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/commetchat/commet/releases/download/v0.4.2/commet-windows.zip", + "hash": "f2b9994eeaa840bc85477e459c3896152cdb28bb95a17c7f3f39ec6f65505229" + } + }, + "extract_dir": "Release", + "shortcuts": [ + [ + "commet.exe", + "Commet" + ] + ], + "checkver": { + "github": "https://github.com/commetchat/commet" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/commetchat/commet/releases/download/v$version/commet-windows.zip" + } + } + } +}