Skip to content

Commit 3a03cd7

Browse files
authored
Merge pull request #251325 from Homebrew/bump-go-feature-flag-relay-proxy-1.47.0
go-feature-flag-relay-proxy 1.47.0
2 parents 6f54d72 + 67c4081 commit 3a03cd7

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

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

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +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.47.0.tar.gz"
5+
sha256 "7bc5f86d6730e169fd2ce5137fae598edfd96c39db9bfdceda9d8bc386359fcd"
46
license "MIT"
57
head "https://github.com/thomaspoignant/go-feature-flag.git", branch: "main"
68

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-
189
bottle do
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"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c497d7ffc1dd6366d39871c56cf3967bb928abe12480bf248b5c1f16ceb602fb"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "57acab86647cb458bbc3bff5c2cea8ea8099385d7b05b3a01eaa49f9b5741d05"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc2f5ab0b42926b68fb3e11ac2ecd14c2adc187465d0a6db69e51de07a8872b4"
13+
sha256 cellar: :any_skip_relocation, sonoma: "1a270f13e355ebbe3d42af038dc52f7764c7635c26a3fe9e157b2c96f821e8aa"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "69960e55c2bf99dcd5f8785f9d450809c367b288bbf13979e61a9a8503b2c10f"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b2f4636db805f39effd8d32308c8194a8852f197cae9d758d4405914dca9e30f"
2516
end
2617

2718
depends_on "go" => :build

0 commit comments

Comments
 (0)