|
1 | 1 | class CloudSqlProxy < Formula |
2 | 2 | desc "Utility for connecting securely to your Cloud SQL instances" |
3 | 3 | homepage "https://github.com/GoogleCloudPlatform/cloud-sql-proxy" |
4 | | - url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.17.1.tar.gz" |
5 | | - sha256 "8c48d9724e2084cabf7f001fe2cbd9dce33143dd720e55797fa4b15fe6921e66" |
| 4 | + url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.18.0.tar.gz" |
| 5 | + sha256 "5c79233727c459cf6123130139d6343cd46111ce141ebb50c07a8b546c40a514" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/GoogleCloudPlatform/cloud-sql-proxy.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f01281f85a4a92e46ca09ae4766e9a96d594eec4d4e638edfa5ad044e08422e7" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f01281f85a4a92e46ca09ae4766e9a96d594eec4d4e638edfa5ad044e08422e7" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "f01281f85a4a92e46ca09ae4766e9a96d594eec4d4e638edfa5ad044e08422e7" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "e2ad4bed950ff0fa371a1715773dd5e6ae10ed44e2a56d01eb81971053f3acfb" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "e2ad4bed950ff0fa371a1715773dd5e6ae10ed44e2a56d01eb81971053f3acfb" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "677c114559ba63405943c0cb1f6af74bf27b39034e4e96fe91d66d384e83bea1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "555a5802d641ae48384e2e0dfe5fc7b0b020b77b3af30fddd4c26a74b286946d" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "555a5802d641ae48384e2e0dfe5fc7b0b020b77b3af30fddd4c26a74b286946d" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "555a5802d641ae48384e2e0dfe5fc7b0b020b77b3af30fddd4c26a74b286946d" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "3e41c2837f7c28c486074819ac49a3cb995752d7771129adf1ac6503429891cf" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "3e41c2837f7c28c486074819ac49a3cb995752d7771129adf1ac6503429891cf" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c472988593158fba390868b930b8be8407b0c888ec14a154a4235ee57208fcd9" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments