diff --git a/Formula/g/go-feature-flag-relay-proxy.rb b/Formula/g/go-feature-flag-relay-proxy.rb index fa7282228a8bb..aa0a25dc703fa 100644 --- a/Formula/g/go-feature-flag-relay-proxy.rb +++ b/Formula/g/go-feature-flag-relay-proxy.rb @@ -1,18 +1,18 @@ 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.40.0.tar.gz" - sha256 "7fead9e0f4dde339ff9c84a8d32905404ccfeff2f5b43fe48a675822338170d9" + url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.41.0.tar.gz" + sha256 "e4c7fc645709a3bae41f9c61ba150999a0a81c160f5d266d028030e276f3d08b" license "MIT" head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6ea927a58a56bacdb55818d12c7517d4a666238857e146bffc1ce9981e75372e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ea927a58a56bacdb55818d12c7517d4a666238857e146bffc1ce9981e75372e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ea927a58a56bacdb55818d12c7517d4a666238857e146bffc1ce9981e75372e" - sha256 cellar: :any_skip_relocation, sonoma: "b89fc996d7b1b5b884f48cb45096bf3a6b980df26d6a43c3424ae6f3c825680e" - sha256 cellar: :any_skip_relocation, ventura: "b89fc996d7b1b5b884f48cb45096bf3a6b980df26d6a43c3424ae6f3c825680e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3f8c931326ddfdda6f5d705d124d0457afe202822556bd05b06cc86e09b583b0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bedf8a6877d7509b845d7e8f9fd3b7849154a78467b1cbb358b63ebf50504492" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bedf8a6877d7509b845d7e8f9fd3b7849154a78467b1cbb358b63ebf50504492" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bedf8a6877d7509b845d7e8f9fd3b7849154a78467b1cbb358b63ebf50504492" + sha256 cellar: :any_skip_relocation, sonoma: "abf5a9297e41509a58ab014e9c90ebf6a1e92806d9b5a62aa23efaf93e0b3c2b" + sha256 cellar: :any_skip_relocation, ventura: "abf5a9297e41509a58ab014e9c90ebf6a1e92806d9b5a62aa23efaf93e0b3c2b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b541d657e5cdb5beb01cfc314536ba5dae3c5abfe3a83b8587d4d616f071aeb1" end depends_on "go" => :build