8000 Merge pull request #128128 from openfeaturebot/update-flagd.rb-168127… · ArduinoBot/homebrew-core@e3388c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3388c4

Browse files
authored
Merge pull request Homebrew#128128 from openfeaturebot/update-flagd.rb-1681270765
flagd 0.5.1
2 parents 8164468 + 595861e commit e3388c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/flagd.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ class Flagd < Formula
22
desc "Feature flag daemon with a Unix philosophy"
33
homepage "https://github.com/open-feature/flagd"
44
url "https://github.com/open-feature/flagd.git",
5-
tag: "flagd/v0.5.0",
6-
revision: "529e3e913f2c02adfd4f1bf69455a7f6ba1f8368"
5+
tag: "flagd/v0.5.1",
6+
revision: "f5ecc5413753edab7c9f42e2a917ce10f81d63d2"
77
license "Apache-2.0"
88
head "https://github.com/open-feature/flagd.git", branch: "main"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3975a76fd4006dd2703459ffe55472371a6ade6f54d5f738603e51ca2994cf10"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "3975a76fd4006dd2703459ffe55472371a6ade6f54d5f738603e51ca2994cf10"
13-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "3975a76fd4006dd2703459ffe55472371a6ade6f54d5f738603e51ca2994cf10"
14-
sha256 cellar: :any_skip_relocation, ventura: "92d45720d3d2c13d8c736df37dc663650e515ed87d43b7612fb39608d1024d0f"
15-
sha256 cellar: :any_skip_relocation, monterey: "92d45720d3d2c13d8c736df37dc663650e515ed87d43b7612fb39608d1024d0f"
16-
sha256 cellar: :any_skip_relocation, big_sur: "92d45720d3d2c13d8c736df37dc663650e515ed87d43b7612fb39608d1024d0f"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "72a850283e236586f32aa03eff99baf8c166f9720d83b28282ea168610536a02"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1b53f491b5d9dbdd055bc702e815c7bab732f6dc36bc0ed915207d7f940a5d88"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "1b53f491b5d9dbdd055bc702e815c7bab732f6dc36bc0ed915207d7f940a5d88"
13+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "1b53f491b5d9dbdd055bc702e815c7bab732f6dc36bc0ed915207d7f940a5d88"
14+
sha256 cellar: :any_skip_relocation, ventura: "d008cca479ed888ee539a4003286095950c07101df264e94ad3e51cc93c463fc"
15+
sha256 cellar: :any_skip_relocation, monterey: "d008cca479ed888ee539a4003286095950c07101df264e94ad3e51cc93c463fc"
16+
sha256 cellar: :any_skip_relocation, big_sur: "c71e458fdd13d653f9051eefcde0fa1be7853fcc3ec74a942864f8970a3ad601"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "49ff814b377e8e9093b1a3dc3305a6b2206fc031e365507b2a3fe44d2fa01f22"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)
0