mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-31 11:27:35 +08:00
45 lines
1.9 KiB
JSON
45 lines
1.9 KiB
JSON
{
|
|
"version": "578.0.0",
|
|
"description": "Command-line interface for Google Cloud Platform products and services.",
|
|
"homepage": "https://cloud.google.com/sdk/",
|
|
"license": "Proprietary",
|
|
"notes": "To initialize Cloud SDK, you will need to run: 'gcloud init'",
|
|
"depends": "7zip19.00-helper",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-578.0.0-windows-x86_64-bundled-python.zip#/dl.zip_",
|
|
"hash": "c4379e0637a0264441a17cdda64afd562930c83bd9c28d0da0c60aa2c106e0eb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-578.0.0-windows-x86-bundled-python.zip#/dl.zip_",
|
|
"hash": "4edca4c6be56df1556af24478cad248e6e918204b35ad5a01fcdb5cde945b66f"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"Invoke-ExternalCommand 7z1900-helper -ArgumentList @('x', '-bso0', \"$dir\\dl.zip_\", \"-o$dir\") | Out-Null",
|
|
"Move-Item \"$dir\\google-cloud-sdk\\*\" \"$dir\\\" | Out-Null",
|
|
"Remove-Item \"$dir\\google-cloud-sdk\", \"$dir\\dl.zip_\" -Force -Recurse"
|
|
],
|
|
"bin": [
|
|
"bin\\gcloud.cmd",
|
|
"bin\\gsutil.cmd",
|
|
"bin\\bq.cmd",
|
|
"bin\\docker-credential-gcloud.cmd",
|
|
"bin\\git-credential-gcloud.cmd"
|
|
],
|
|
"checkver": {
|
|
"url": "https://cloud.google.com/sdk/docs/downloads-versioned-archives",
|
|
"regex": "google-cloud-sdk-([\\d.]+)-windows-x86_64-bundled"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$version-windows-x86_64-bundled-python.zip#/dl.zip_"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-$version-windows-x86-bundled-python.zip#/dl.zip_"
|
|
}
|
|
}
|
|
}
|
|
}
|