|
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.15.1.tar.gz" |
5 |
| - sha256 "fc549384f888a23f3c4a26aae4a8381fbe973a65ae9273afda403f0553bd3b13" |
| 4 | + url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.15.2.tar.gz" |
| 5 | + sha256 "ea0e69da591fdf3194c695aebf4188515f2567876fab0df3a834c28783cb8d0c" |
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: "af06011f26010c30a4a945ef460c6e508a1d8f08f8e028d83524eab78ce7c3dd" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "af06011f26010c30a4a945ef460c6e508a1d8f08f8e028d83524eab78ce7c3dd" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "af06011f26010c30a4a945ef460c6e508a1d8f08f8e028d83524eab78ce7c3dd" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "2e816d797bcdb365224188a4da6cbffd14ea15c87e46aa1e89cb3234bd578cfc" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "2e816d797bcdb365224188a4da6cbffd14ea15c87e46aa1e89cb3234bd578cfc" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "03805457754f5bd50eb0ab70e08d1b638fda203ce26b3e25437792178f04dc36" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c4f32c83181fc459b594ef6a58ebf86aa26ae2c00c3cd504da32915b11a642cf" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4f32c83181fc459b594ef6a58ebf86aa26ae2c00c3cd504da32915b11a642cf" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c4f32c83181fc459b594ef6a58ebf86aa26ae2c00c3cd504da32915b11a642cf" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "f58c315d9a8a17516f93c223ff6849120f8367c78deb4d64e725535a704c040f" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "f58c315d9a8a17516f93c223ff6849120f8367c78deb4d64e725535a704c040f" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2d6fa95c36b2866be7fdfd833b83d9a132c47dd94099decc065eef1d17a0adaf" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments