|
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.33.0.tar.gz" |
5 |
| - sha256 "cc3a9fa4ced091f61058846c77305b8d0bb32fb211c475bc37cab74dc8ce7a59" |
| 4 | + url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.34.0.tar.gz" |
| 5 | + sha256 "b921baaf18b39e9299ff674054a1b0a1aa9c719e7a9ba0bfd057fa7700d0dc1b" |
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: "fb567be63f45d7b3c0b5f1c2ddc1ae50deac50d9395e46df413e50c79803777f" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32f24b35785ce3792d4c68bb66767aeac265b606a223fb8cdf3376af98bbc06f" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ae75c145d14893ba48be88a40db577bd3b2453d13964ad561dca02b94ea6859" |
13 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "f8429ac096c1e380c280f69b677f1ed2d40a774aa71ee6510da1a1e769d937a4" |
14 |
| - sha256 cellar: :any_skip_relocation, sonoma: "c62aef33a4f64c5d0d61eaf00619aaa634fdaf956213cfd8b8b6f50767aa8891" |
15 |
| - sha256 cellar: :any_skip_relocation, ventura: "6c2f8dc080d5dd9ba8fd011d527e2618d97b4f500bf5258a39092e14563fd0fa" |
16 |
| - sha256 cellar: :any_skip_relocation, monterey: "c80f9604430b8aca271b925e88e8a44cf4150283c385058f13ba911add06616c" |
17 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "0eed405f7a9c8d33664a89f7199c8db3260aabc5529ca0ec56ea3f2291484b7b" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "07cecd11c6d60a2cb776dbe2758257f8bdcf6f9940647144eb32fb6ae0b6f3b6" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "07cecd11c6d60a2cb776dbe2758257f8bdcf6f9940647144eb32fb6ae0b6f3b6" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "07cecd11c6d60a2cb776dbe2758257f8bdcf6f9940647144eb32fb6ae0b6f3b6" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "9b5cbd7904d9913c5c4dc506e74cdd26d7b3fc7b25e1deeef4b4ea3696e2b86b" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "9b5cbd7904d9913c5c4dc506e74cdd26d7b3fc7b25e1deeef4b4ea3696e2b86b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bc5ed0e9b359ee0af0e6f4880cf6cde3f20c002761d59b70b9d098d60a18df18" |
18 | 16 | end
|
19 | 17 |
|
20 | 18 | depends_on "go" => :build
|
|
0 commit comments