|
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.46.1.tar.gz" |
5 | | - sha256 "a5e58a52ef03dd3567c356247c00fffd73b54a203782d0e8626e9a5070cbfc63" |
6 | 4 | license "MIT" |
7 | 5 | head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main" |
8 | 6 |
|
| 7 | + stable do |
| 8 | + url "https://github.com/thomaspoignant/go-feature-flag/archive/refs/tags/v1.46.2.tar.gz" |
| 9 | + sha256 "bbb8f983a3e7a5646bd049bf43818f09d2d8b3cd7ee38dc02e76e9b14a07081d" |
| 10 | + |
| 11 | + # Fix module versions that reference non-existent pseudo-versions |
| 12 | + patch do |
| 13 | + url "https://github.com/thomaspoignant/go-feature-flag/commit/c8b0b25970eee8a32b7782bc02cac3bd29247a0d.patch?full_index=1" |
| 14 | + sha256 "b9d6531438e9a73a8072c3bf1526c5e81cf9777d4bfa123cb28dacc6f956ff65" |
| 15 | + end |
| 16 | + end |
| 17 | + |
9 | 18 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "6f30c8911aecef63d591411e3aea4a097c67699d4b8a3aa83d18a3e0aa83e20e" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8fd0209e761f5e38976516b990d64b411db21dea072d8173880941516bd16bef" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "65fe86d2d9965cdadffa15c6f552809e9357b89fd3b5932b3a0bb05a144a7f1f" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "7197d49bcd05ddb0d3def9a4207d8b404a6156f24c48c809034ed7ee8e98a735" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "905f71dd792eefb7113c80ff3208606552f1a052d63331c9413e538f0bdb1145" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "ce2f27d13b9618ff88a9836ad4d77d912d59d543443678254884c694a3a26203" |
| 19 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "5c766fd1cb2bf0e2a29a802a5c1a741994e3faf4f55304157ef84fc896f48e0b" |
| 20 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0910b6c6f1b057926ef49d4d6c6d29cbfb97d6f5bc7e40094c2f359415db328e" |
| 21 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "edef828412c19f8abb140cd0e5a4eef1961c2d3c7196366a76f4a4892095a626" |
| 22 | + sha256 cellar: :any_skip_relocation, sonoma: "2db22d155f5f71ff4b2eb30ffc3868707e55c055e8e6841b8cd32a6736bdd60d" |
| 23 | + sha256 cellar: :any_skip_relocation, arm64_linux: "ffb6ec6589a25d6fa81835fa84abaa78ef825bcc9908c2943e98a1ed2c22bb46" |
| 24 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8d468ff650084cfdca212e7a60422a8052651fdd80b720e3de367e1159b96d43" |
16 | 25 | end |
17 | 26 |
|
18 | 27 | depends_on "go" => :build |
|
0 commit comments