diff --git a/Formula/g/go-feature-flag-relay-proxy.rb b/Formula/g/go-feature-flag-relay-proxy.rb index 92979a935790..50b0d5a6da45 100644 --- a/Formula/g/go-feature-flag-relay-proxy.rb +++ b/Formula/g/go-feature-flag-relay-proxy.rb @@ -1,19 +1,19 @@ class GoFeatureFlagRelayProxy < Formula desc "Stand alone server to run GO Feature Flag" homepage "https://gofeatureflag.org" - url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.21.0.tar.gz" - sha256 "d12f2c2dc791a47467a02dd102fc2732f60ab272e0e02db191ebface1b9c745f" + url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.22.0.tar.gz" + sha256 "7ac92f0bf6f79f32388e0622895002d452ad6001fe91dfb2a834b7200e410420" license "MIT" head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d757d2646d299c4ace34cbe3838d62a9b75d44f15d00a006acaa49310af9a85" - sha256 cellar: :any_skip_relocation, arm64_ventura: "af5ea49168b86d21978fb4ad41c3b84bad27e823986573292b12f685c171c223" - sha256 cellar: :any_skip_relocation, arm64_monterey: "908169000c2f28a7878ee8b6bcbbc3b086e5179c57cdba416eba24ef3e34da76" - sha256 cellar: :any_skip_relocation, sonoma: "01edfc7eb13cf549f12760cf68536c7b80a45e29139e5b66933cec5606f41c40" - sha256 cellar: :any_skip_relocation, ventura: "395fe1311ca0d4ede3305c776d13c7fc31a7dc9d32ce04103e7eed53c6eaa061" - sha256 cellar: :any_skip_relocation, monterey: "817ba330b150286d8bdb786d9eededf95fef1b962bec1e99f8d2a37f064c9aec" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e13260f0d80de287cb122cbb8049003ff256485c7602fd908f5a66e05b755c1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc1928b91f05b7ce9ca0354df18e9bf0c351251c844cca68341090745c21a64a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c312753d5ebde1cae24acae0840c13396d3392ec1b1698c5dfdf646de418df3a" + sha256 cellar: :any_skip_relocation, arm64_monterey: "e70f5c8b391a311adf69556de50e00b5f6c14e7217968afd05e522c3dffc4c37" + sha256 cellar: :any_skip_relocation, sonoma: "10d0fbd6588a4852240a075e83d62142bd93888d704f0f47420c4729c0bedf40" + sha256 cellar: :any_skip_relocation, ventura: "0dcdf8b6ff5ebf32ea8c76b01b16ddd071a2a0b51ec738e0564574ba7a24e9be" + sha256 cellar: :any_skip_relocation, monterey: "db40a0179dbf352489a9d60d27fe6e20dbbdfcb10db3c45afd1605b552f1c437" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1178b906389b6feffc853871827dbe0f3f6d8c784bd88101e1c57bb04745e919" end depends_on "go" => :build