diff --git a/Formula/c/cloud-sql-proxy.rb b/Formula/c/cloud-sql-proxy.rb index 6fdc4a60bae67..0f8d977be234b 100644 --- a/Formula/c/cloud-sql-proxy.rb +++ b/Formula/c/cloud-sql-proxy.rb @@ -1,18 +1,18 @@ class CloudSqlProxy < Formula desc "Utility for connecting securely to your Cloud SQL instances" homepage "https://github.com/GoogleCloudPlatform/cloud-sql-proxy" - url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.14.2.tar.gz" - sha256 "9700156c7fcfd9a8fa5730bf10277fbeb3b63a61b2595c03054a58f85c2b81ef" + url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.14.3.tar.gz" + sha256 "367540bf7d4c57d788af4c73d96fbee158d954fae30d7f1ec5a28c321341a2e2" license "Apache-2.0" head "https://github.com/GoogleCloudPlatform/cloud-sql-proxy.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "62bbb45443ba44d27c2f6e605c09b9c8696d8f1d16d0d88bfb13917af6fee216" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "62bbb45443ba44d27c2f6e605c09b9c8696d8f1d16d0d88bfb13917af6fee216" - sha256 cellar: :any_skip_relocation, arm64_ventura: "62bbb45443ba44d27c2f6e605c09b9c8696d8f1d16d0d88bfb13917af6fee216" - sha256 cellar: :any_skip_relocation, sonoma: "9576bb74a69597cd5978d2873a2aa9ef565f46285ea53df206ded79c300edeb4" - sha256 cellar: :any_skip_relocation, ventura: "9576bb74a69597cd5978d2873a2aa9ef565f46285ea53df206ded79c300edeb4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed04244f4fe31273177f6ced1278c20cf3a8daac7869662eebea4dcc21bd166f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3626b38bf9f29ec23a7ead381201c83733683b7f1ed940e7dc69a53d37717910" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3626b38bf9f29ec23a7ead381201c83733683b7f1ed940e7dc69a53d37717910" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3626b38bf9f29ec23a7ead381201c83733683b7f1ed940e7dc69a53d37717910" + sha256 cellar: :any_skip_relocation, sonoma: "46d5845cbe31ceda40cf055c83faee0f8df0309fc664249949a74d84829064d0" + sha256 cellar: :any_skip_relocation, ventura: "46d5845cbe31ceda40cf055c83faee0f8df0309fc664249949a74d84829064d0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ae368af2b5875600477332bbc8813a77e7f987fac5adc3f6612709a277d84f21" end depends_on "go" => :build