|
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.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" |
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: "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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments