gogcli: Add version 0.9.0 (#7625)

This commit is contained in:
sigman 2026-02-10 04:10:53 -08:00 committed by GitHub
parent 90509ab37b
commit bbd82d8c78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

33
bucket/gogcli.json Normal file
View File

@ -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"
}
}
}