From 9ce9368ff03ceb1bf2c2dc0080dd96ec333a0353 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:38:53 +0000 Subject: [PATCH 1/2] go-feature-flag-relay-proxy 1.34.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 f5b999642cf53..ad4071af72099 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.33.0.tar.gz" - sha256 "cc3a9fa4ced091f61058846c77305b8d0bb32fb211c475bc37cab74dc8ce7a59" + url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.34.0.tar.gz" + sha256 "b921baaf18b39e9299ff674054a1b0a1aa9c719e7a9ba0bfd057fa7700d0dc1b" license "MIT" head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" From 438ef9eb2aed5748c8192a92aaaa4709134c24dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:14:30 +0000 Subject: [PATCH 2/2] go-feature-flag-relay-proxy: update 1.34.0 bottle. --- Formula/g/go-feature-flag-relay-proxy.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/g/go-feature-flag-relay-proxy.rb b/Formula/g/go-feature-flag-relay-proxy.rb index ad4071af72099..f2f6d8080f996 100644 --- a/Formula/g/go-feature-flag-relay-proxy.rb +++ b/Formula/g/go-feature-flag-relay-proxy.rb @@ -7,14 +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: "fb567be63f45d7b3c0b5f1c2ddc1ae50deac50d9395e46df413e50c79803777f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32f24b35785ce3792d4c68bb66767aeac265b606a223fb8cdf3376af98bbc06f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ae75c145d14893ba48be88a40db577bd3b2453d13964ad561dca02b94ea6859" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f8429ac096c1e380c280f69b677f1ed2d40a774aa71ee6510da1a1e769d937a4" - sha256 cellar: :any_skip_relocation, sonoma: "c62aef33a4f64c5d0d61eaf00619aaa634fdaf956213cfd8b8b6f50767aa8891" - sha256 cellar: :any_skip_relocation, ventura: "6c2f8dc080d5dd9ba8fd011d527e2618d97b4f500bf5258a39092e14563fd0fa" - sha256 cellar: :any_skip_relocation, monterey: "c80f9604430b8aca271b925e88e8a44cf4150283c385058f13ba911add06616c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0eed405f7a9c8d33664a89f7199c8db3260aabc5529ca0ec56ea3f2291484b7b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "07cecd11c6d60a2cb776dbe2758257f8bdcf6f9940647144eb32fb6ae0b6f3b6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "07cecd11c6d60a2cb776dbe2758257f8bdcf6f9940647144eb32fb6ae0b6f3b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "07cecd11c6d60a2cb776dbe2758257f8bdcf6f9940647144eb32fb6ae0b6f3b6" + sha256 cellar: :any_skip_relocation, sonoma: "9b5cbd7904d9913c5c4dc506e74cdd26d7b3fc7b25e1deeef4b4ea3696e2b86b" + sha256 cellar: :any_skip_relocation, ventura: "9b5cbd7904d9913c5c4dc506e74cdd26d7b3fc7b25e1deeef4b4ea3696e2b86b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc5ed0e9b359ee0af0e6f4880cf6cde3f20c002761d59b70b9d098d60a18df18" end depends_on "go" => :build