From c79d357f19acc243ef41f70f4cc7fea4721febdd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 2 Jan 2024 18:41:05 +0000 Subject: [PATCH 1/2] go-feature-flag-relay-proxy 1.20.2 --- 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 fad471c1bc22..530810b9deca 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.20.1.tar.gz" - sha256 "d65c42f26d7d498a57c2b601d3e528f251ea2823046c27c1f2ae37138a9dfab1" + url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.20.2.tar.gz" + sha256 "b5c0ac6b96f0f0713310434f43843ee3020f248d181352bbae26241133479f92" license "MIT" head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" From 04c5cc254ceca10c457cfb60d58c0543b3e1b4c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:22:42 +0000 Subject: [PATCH 2/2] go-feature-flag-relay-proxy: update 1.20.2 bottle. --- Formula/g/go-feature-flag-relay-proxy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/go-feature-flag-relay-proxy.rb b/Formula/g/go-feature-flag-relay-proxy.rb index 530810b9deca..a2951445aa4c 100644 --- a/Formula/g/go-feature-flag-relay-proxy.rb +++ b/Formula/g/go-feature-flag-relay-proxy.rb @@ -7,13 +7,13 @@ class GoFeatureFlagRelayProxy < Formula head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "35ea1afeaee50eb4f29237b3dc16667296483b93ea9a5a917bd80a25ff8c53f4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2254ac3ff8d4e4253c77c35c88395f6bbe9b55bfe775ef1cfe6282f44afe2b30" - sha256 cellar: :any_skip_relocation, arm64_monterey: "e602953aba83fcc4b203bf54d8db20c8376b34b5a329d0060b42f8d2827811bd" - sha256 cellar: :any_skip_relocation, sonoma: "ebb77912fbe3e981f782aca50d0125c7b79f67d7e4ceef2a2cdacef3702e9764" - sha256 cellar: :any_skip_relocation, ventura: "f6c2be43ab8293feadb00c66af6941566c68feec31196d8f2b3fbf475d5bdd67" - sha256 cellar: :any_skip_relocation, monterey: "9c6df9f5a491b3c4453dcc9651e6db45c1e645c85590780696d693735ba2faa2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e871b76ce29dfeeef542f66c973b8b5bcc84d3ff9d55c736b753fe17588220f8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "35d0f95d6517396314c09b963317f0aea1709d0f5f450e39ffebaeda6e0fc3d3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8462ce050eca50c10136b58ba37432ae36744e0fb1edfd786bc6fee43309690c" + sha256 cellar: :any_skip_relocation, arm64_monterey: "78703bf3a71259084a3be5db6f5f8ad84d216c15b7b873bb7a1132582cb7d14d" + sha256 cellar: :any_skip_relocation, sonoma: "3a275d8fadbdaae954758840aedaa42f7decb6a0f09e09ed551da13991e133c8" + sha256 cellar: :any_skip_relocation, ventura: "e868e96aea3b157de4be21d74c27e9f1b7070cfe38a145f59121519d89be10bc" + sha256 cellar: :any_skip_relocation, monterey: "2ecb764df9bec6fcf64bf0d24374c5a1612f087add77bcc5db64f54e4ffe68ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6721b48c6d630d9af2c95a4a837ff7e2bb605c11537d125017f80988b3c580df" end depends_on "go" => :build