Skip to content

Commit ca03c83

Browse files
authored
Merge pull request #204204 from Homebrew/bump-go-feature-flag-relay-proxy-1.41.0
go-feature-flag-relay-proxy 1.41.0
2 parents c8002e8 + ad082c2 commit ca03c83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
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.40.0.tar.gz"
5-
sha256 "7fead9e0f4dde339ff9c84a8d32905404ccfeff2f5b43fe48a675822338170d9"
4+
url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.41.0.tar.gz"
5+
sha256 "e4c7fc645709a3bae41f9c61ba150999a0a81c160f5d266d028030e276f3d08b"
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: "6ea927a58a56bacdb55818d12c7517d4a666238857e146bffc1ce9981e75372e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ea927a58a56bacdb55818d12c7517d4a666238857e146bffc1ce9981e75372e"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6ea927a58a56bacdb55818d12c7517d4a666238857e146bffc1ce9981e75372e"
13-
sha256 cellar: :any_skip_relocation, sonoma: "b89fc996d7b1b5b884f48cb45096bf3a6b980df26d6a43c3424ae6f3c825680e"
14-
sha256 cellar: :any_skip_relocation, ventura: "b89fc996d7b1b5b884f48cb45096bf3a6b980df26d6a43c3424ae6f3c825680e"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3f8c931326ddfdda6f5d705d124d0457afe202822556bd05b06cc86e09b583b0"
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)