From ae53ab455eaecfd5dcec8466083c9ae8b649f41e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:37:03 +0000 Subject: [PATCH 1/2] go-feature-flag-relay-proxy 1.34.3 --- 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 5b607c51fa86..6759a9f4c1c9 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.34.2.tar.gz" - sha256 "5cc06d8a813f2b2d3d2259ec0230323fd78eab4126673c216af7b0c3fb7d978a" + url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.34.3.tar.gz" + sha256 "0a2cf1e53e9c0c1e3e9d0746a6cdfc435a4e67ff21d24153adbfd407ae02aa6a" license "MIT" head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" From 9592ff47d98fa80008fde4ee2f993dede7ee69b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:52:13 +0000 Subject: [PATCH 2/2] go-feature-flag-relay-proxy: update 1.34.3 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 6759a9f4c1c9..dd1fbde63139 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: "82f2dcc6cb308ec3c805f3cffb0342a3492832e8416b5463a83c52623bee64a9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "82f2dcc6cb308ec3c805f3cffb0342a3492832e8416b5463a83c52623bee64a9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "82f2dcc6cb308ec3c805f3cffb0342a3492832e8416b5463a83c52623bee64a9" - sha256 cellar: :any_skip_relocation, sonoma: "2703b003c1d86650b34b7c084da12ef9705f5a39ca46b8aff7938cd874c3ae14" - sha256 cellar: :any_skip_relocation, ventura: "2703b003c1d86650b34b7c084da12ef9705f5a39ca46b8aff7938cd874c3ae14" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ce7ba2e86c4e4ba128f6cbf335e62e707d21e0e39ba8afb313c5c5828d0fd3e6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "59bff5ddb65b746f3203265918c411188cfff3ccfc0f621a18ce8ae2c55cfb54" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "59bff5ddb65b746f3203265918c411188cfff3ccfc0f621a18ce8ae2c55cfb54" + sha256 cellar: :any_skip_relocation, arm64_ventura: "59bff5ddb65b746f3203265918c411188cfff3ccfc0f621a18ce8ae2c55cfb54" + sha256 cellar: :any_skip_relocation, sonoma: "4cc604c8c0c46d844e71eca8751fbc034499cecb8460f02d086b94d4ba88d509" + sha256 cellar: :any_skip_relocation, ventura: "4cc604c8c0c46d844e71eca8751fbc034499cecb8460f02d086b94d4ba88d509" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6cf1f436ad1966579bd7d8241c441be7da83feea052a4c7f015705d85b6d4341" end depends_on "go" => :build