From bbd82d8c78e702ca98147ff81d7d579529def841 Mon Sep 17 00:00:00 2001 From: sigman Date: Tue, 10 Feb 2026 04:10:53 -0800 Subject: [PATCH] gogcli: Add version 0.9.0 (#7625) --- bucket/gogcli.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/gogcli.json diff --git a/bucket/gogcli.json b/bucket/gogcli.json new file mode 100644 index 0000000000..622b6050f2 --- /dev/null +++ b/bucket/gogcli.json @@ -0,0 +1,33 @@ +{ + "version": "0.9.0", + "description": "Fast, script-friendly CLI for Gmail, Drive, Calendar, and other Google Workspace apps.", + "homepage": "https://gogcli.sh", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/steipete/gogcli/releases/download/v0.9.0/gogcli_0.9.0_windows_amd64.zip", + "hash": "00a01b92b9aaada4ae3dce34f4735dd18de326d6fa62c1f941842d6577677485" + }, + "arm64": { + "url": "https://github.com/steipete/gogcli/releases/download/v0.9.0/gogcli_0.9.0_windows_arm64.zip", + "hash": "f23400ce6100fe475ba28854f1e014c0ae7fa89ab4037c92392d680bde4a8298" + } + }, + "bin": "gog.exe", + "checkver": { + "github": "https://github.com/steipete/gogcli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/steipete/gogcli/releases/download/v$version/gogcli_$version_windows_amd64.zip" + }, + "arm64": { + "url": "https://github.com/steipete/gogcli/releases/download/v$version/gogcli_$version_windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}