Skip to content

Commit f06a469

Browse files
authored
Merge pull request #212730 from Homebrew/bump-cloud-sql-proxy-2.15.2
cloud-sql-proxy 2.15.2
2 parents a49f9ac + ca5415f commit f06a469

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cloud-sql-proxy.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class CloudSqlProxy < Formula
22
desc "Utility for connecting securely to your Cloud SQL instances"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/GoogleCloudPlatform/cloud-sql-proxy.git", branch: "main"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)