|
1 | 1 | class GoFeatureFlagRelayProxy < Formula |
2 | 2 | desc "Stand alone server to run GO Feature Flag" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments