Skip to content

Commit 1582a86

Browse files
authored
Merge pull request #207127 from Homebrew/bump-go-feature-flag-relay-proxy-1.41.1
go-feature-flag-relay-proxy 1.41.1
2 parents 42fba99 + 533907e commit 1582a86

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/go-feature-flag-relay-proxy.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class GoFeatureFlagRelayProxy < Formula
22
desc "Stand alone server to run GO Feature Flag"
33
homepage "https://gofeatureflag.org"
4-
url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.41.0.tar.gz"
5-
sha256 "e4c7fc645709a3bae41f9c61ba150999a0a81c160f5d266d028030e276f3d08b"
4+
url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.41.1.tar.gz"
5+
sha256 "d7c365c5cf922af03b683c8650c77b12cd90b67a699083a5833e5bcf19f066c6"
66
license "MIT"
77
head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bedf8a6877d7509b845d7e8f9fd3b7849154a78467b1cbb358b63ebf50504492"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bedf8a6877d7509b845d7e8f9fd3b7849154a78467b1cbb358b63ebf50504492"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "bedf8a6877d7509b845d7e8f9fd3b7849154a78467b1cbb358b63ebf50504492"
13-
sha256 cellar: :any_skip_relocation, sonoma: "abf5a9297e41509a58ab014e9c90ebf6a1e92806d9b5a62aa23efaf93e0b3c2b"
14-
sha256 cellar: :any_skip_relocation, ventura: "abf5a9297e41509a58ab014e9c90ebf6a1e92806d9b5a62aa23efaf93e0b3c2b"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b541d657e5cdb5beb01cfc314536ba5dae3c5abfe3a83b8587d4d616f071aeb1"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0002e19395de20074198eae7304a9b0705f041b74c2cb5d056b1b4372a2a3a29"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0002e19395de20074198eae7304a9b0705f041b74c2cb5d056b1b4372a2a3a29"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0002e19395de20074198eae7304a9b0705f041b74c2cb5d056b1b4372a2a3a29"
13+
sha256 cellar: :any_skip_relocation, sonoma: "0e938b97c018c438a2632e4db4b46f82340e9f95b26f699bead8cccf1d50b5b4"
14+
sha256 cellar: :any_skip_relocation, ventura: "0e938b97c018c438a2632e4db4b46f82340e9f95b26f699bead8cccf1d50b5b4"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "10ba16ec82a60975fbdc237be0e60c18388248683b7db0a8275d52b811c7a790"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)