{ "version": "1.24.0", "description": "Provides secure access to Cloud SQL Second Generation instances without having to add Authorized networks or configure SSL.", "homepage": "https://cloud.google.com/sql/docs/mysql/sql-proxy", "license": "Apache-2.0", "depends": "gcloud", "architecture": { "64bit": { "url": "https://storage.googleapis.com/cloudsql-proxy/v1.24.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", "hash": "5f44f2e3f04e9c8beda351779763dc66092ab3f6dfcc3681bb9ef3812d96a06a" }, "32bit": { "url": "https://storage.googleapis.com/cloudsql-proxy/v1.24.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", "hash": "12779c14b651ea91d91ed1d0336f74db142ae8b1462e6ef10192c89a2aa47350" } }, "bin": "cloud_sql_proxy.exe", "checkver": { "github": "https://github.com/GoogleCloudPlatform/cloudsql-proxy" }, "autoupdate": { "architecture": { "64bit": { "url": "https://storage.googleapis.com/cloudsql-proxy/v$version/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe" }, "32bit": { "url": "https://storage.googleapis.com/cloudsql-proxy/v$version/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe" } }, "hash": { "url": "https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases/tag/v$version", "regex": "(?sm)$basename.*?td>$sha256" } } }