From cee0ee88c53b02791bd8ddac878df884d0412919 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:56:22 +0000 Subject: [PATCH 1/2] go-feature-flag-relay-proxy 1.41.0 --- 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 fa7282228a8bb..6e953738a8f3b 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.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" From ad082c2250c4f13a9c8f3902a650ea4539c0ee97 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:20:04 +0000 Subject: [PATCH 2/2] go-feature-flag-relay-proxy: update 1.41.0 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 6e953738a8f3b..aa0a25dc703fa 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: "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