mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 21:04:41 +00:00
gogcli: Add version 0.9.0 (#7625)
This commit is contained in:
parent
90509ab37b
commit
bbd82d8c78
33
bucket/gogcli.json
Normal file
33
bucket/gogcli.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user