Skip to content

Commit

Permalink
Merge pull request #176751 from openfeaturebot/update-flagd.rb-172046…
Browse files Browse the repository at this point in the history
…7262

flagd 0.11.1
  • Loading branch information
BrewTestBot committed Jul 8, 2024
2 parents 84a96d9 + 32c9079 commit 58b1e4a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/flagd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ class Flagd < Formula
desc "Feature flag daemon with a Unix philosophy"
homepage "https://github.com/open-feature/flagd"
url "https://github.com/open-feature/flagd.git",
tag: "flagd/v0.11.0",
revision: "f2432025f318401ab241c92644c3044a1dd497e6"
tag: "flagd/v0.11.1",
revision: "9ac329f9206360e532d615904f977309b0af71a5"
license "Apache-2.0"
head "https://github.com/open-feature/flagd.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1849b55470e0d35e437ed59c961522728745cf3e482a330f1a669ffadb976629"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6741f1c0d8b387f0bdd5f8b988ce69e2ea29f78f51d8bf68fee085d25228d332"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3a016481e1cb48a54d2a0566d37227601f44944843c0208222212526c56b59c9"
sha256 cellar: :any_skip_relocation, sonoma: "e52ce523f84a90ee8160b22ae59a1b166f935319d37aad3f6227d486323d0ccc"
sha256 cellar: :any_skip_relocation, ventura: "367185d722337cad4cda34969b666c04987fb4eb8690aaf3cc66c6c78a9b6935"
sha256 cellar: :any_skip_relocation, monterey: "ec9127ff9c9d7a16daac9bc2de91ce617392de27efe4f42fa393264156ea5f0a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e5e121d02925d007e002564f3d9b84a99e6fecce631224efb967381ed89e7407"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf914d01b707a76ed1af6eca9c366c8aad497557760b039df59a6498e0ce1705"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ce6b8b5121b6d4240e5aa7ff3e92d86ca07fb573e7ce57227090e0c51a75bef"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d9afebf75e54fe5615b04a9433526a8e8f7bcdc91d82dc4ebb0bd01b65540017"
sha256 cellar: :any_skip_relocation, sonoma: "222c8393332cdc032cf8c68bf2658cee72d0f435a00500d492fec98e06e14aa7"
sha256 cellar: :any_skip_relocation, ventura: "7d784b4cfd07f26d7081ad20f3e3960aef05f3d409b585c233f11513fc20c4f3"
sha256 cellar: :any_skip_relocation, monterey: "5974070e17039d6dc9070df3958784006f41d5e70bcdaa04ce3fbba0f49e1d72"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4bf7e24507121c32fd46a482333114e4f28177209ec1b5052a05c58b94a05051"
end

depends_on "go" => :build
Expand Down

0 comments on commit 58b1e4a

Please sign in to comment.