Skip to content

Commit

Permalink
Merge pull request #200861 from Homebrew/bump-cloud-sql-proxy-2.14.2
Browse files Browse the repository at this point in the history
cloud-sql-proxy 2.14.2
  • Loading branch information
BrewTestBot authored Dec 12, 2024
2 parents 3150da0 + 092f42a commit 4f39b89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/cloud-sql-proxy.rb
Original file line number Diff line number Diff line change
@@ -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.1.tar.gz"
sha256 "656e6cc8dc72ae2844e4ab3fa2e210c91a245133f1c42a8d94b10473fca1350d"
url "https://github.com/GoogleCloudPlatform/cloud-sql-proxy/archive/refs/tags/v2.14.2.tar.gz"
sha256 "9700156c7fcfd9a8fa5730bf10277fbeb3b63a61b2595c03054a58f85c2b81ef"
license "Apache-2.0"
head "https://github.com/GoogleCloudPlatform/cloud-sql-proxy.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d434ffd248c11e77ef2bcd20bc6b4111a1b620400de178129ff7336546928451"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d434ffd248c11e77ef2bcd20bc6b4111a1b620400de178129ff7336546928451"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d434ffd248c11e77ef2bcd20bc6b4111a1b620400de178129ff7336546928451"
sha256 cellar: :any_skip_relocation, sonoma: "7f538ba8a6d7d5998b5472bd667c6c96b20e05718648348367054494894092e6"
sha256 cellar: :any_skip_relocation, ventura: "7f538ba8a6d7d5998b5472bd667c6c96b20e05718648348367054494894092e6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b2b3f0ebd99dae4fe80bc712e83d0ece86ca35f2cf23ebf6b7fc509db683cfb2"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 4f39b89

Please sign in to comment.