From 0cd41f879cd808ecc7e6d36ee3307c0f0d1c7af7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:57:44 +0000 Subject: [PATCH 1/2] go-feature-flag-relay-proxy 1.41.1 --- Formula/g/go-feature-flag-relay-proxy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/go-feature-flag-relay-proxy.rb b/Formula/g/go-feature-flag-relay-proxy.rb index aa0a25dc703fa..13bf3729edb2c 100644 --- a/Formula/g/go-feature-flag-relay-proxy.rb +++ b/Formula/g/go-feature-flag-relay-proxy.rb @@ -1,8 +1,8 @@ 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.41.0.tar.gz" - sha256 "e4c7fc645709a3bae41f9c61ba150999a0a81c160f5d266d028030e276f3d08b" + url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.41.1.tar.gz" + sha256 "d7c365c5cf922af03b683c8650c77b12cd90b67a699083a5833e5bcf19f066c6" license "MIT" head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" From 533907e0ed822ae3763bf6a04f48751e6be9ea1a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:38:24 +0000 Subject: [PATCH 2/2] go-feature-flag-relay-proxy: update 1.41.1 bottle. --- Formula/g/go-feature-flag-relay-proxy.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/go-feature-flag-relay-proxy.rb b/Formula/g/go-feature-flag-relay-proxy.rb index 13bf3729edb2c..a4c293187472d 100644 --- a/Formula/g/go-feature-flag-relay-proxy.rb +++ b/Formula/g/go-feature-flag-relay-proxy.rb @@ -7,12 +7,12 @@ class GoFeatureFlagRelayProxy < Formula head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0002e19395de20074198eae7304a9b0705f041b74c2cb5d056b1b4372a2a3a29" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0002e19395de20074198eae7304a9b0705f041b74c2cb5d056b1b4372a2a3a29" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0002e19395de20074198eae7304a9b0705f041b74c2cb5d056b1b4372a2a3a29" + sha256 cellar: :any_skip_relocation, sonoma: "0e938b97c018c438a2632e4db4b46f82340e9f95b26f699bead8cccf1d50b5b4" + sha256 cellar: :any_skip_relocation, ventura: "0e938b97c018c438a2632e4db4b46f82340e9f95b26f699bead8cccf1d50b5b4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "10ba16ec82a60975fbdc237be0e60c18388248683b7db0a8275d52b811c7a790" end depends_on "go" => :build