Skip to content

Commit 90898ca

Browse files
authored
Merge pull request #197830 from Homebrew/bump-openbao-2.0.3
openbao 2.0.3
2 parents cdfdf09 + 7366f50 commit 90898ca

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

Formula/o/openbao.rb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Openbao < Formula
22
desc "Provides a software solution to manage, store, and distribute sensitive data"
33
homepage "https://openbao.org/"
44
url "https://github.com/openbao/openbao.git",
5-
tag: "v2.0.2",
6-
revision: "96853bb4de27ab8ffd1b0c2898c691460d43edeb"
5+
tag: "v2.0.3",
6+
revision: "a2522eb71d1854f83c7e2e02fdbfc01ae74c3a78"
77
license "MPL-2.0"
88
head "https://github.com/openbao/openbao.git", branch: "main"
99

@@ -13,25 +13,24 @@ class Openbao < Formula
1313
end
1414

1515
bottle do
16-
rebuild 1
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4dcd3f86dcea6e0cc2be156adddfd60736cc95ba74b44372ff5cd370473a849a"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b755adfde26f3c9e7efaf241da78b00b5c7b3cae815f3ea2c591079b745a0a7"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f05acc1a92bc289eb1f6296ef7d378e3c260ce882815ba4bc8826cea793573d7"
20-
sha256 cellar: :any_skip_relocation, sonoma: "e47a002aa13ea1f489db2ce634779f303aa3d7bfe737de3184610350238c55bb"
21-
sha256 cellar: :any_skip_relocation, ventura: "4306de08507771cc02ad3bab677ac148b844ddea9c74c757bd8c058d51c980ac"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "695b69e0d426b78233958bd8cb836a457da6787d91e1f0ff6bf821d4ab2fb0e2"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8302b47beb4fcdf7666f8eed87518721c4253e71122e73d7175c50b5d773e754"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdcab819c2550899884daf12564f0dbe334796ebf1469779a8e70ce7af55c871"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c75a30b1b54dbfabd8864b324225a342aae7c16cfdf38f5b4cb427d157cca59e"
19+
sha256 cellar: :any_skip_relocation, sonoma: "16eba9ceb081e26566a9fd7720de29cfd863f386dcc9f19aea9a4769df9047c6"
20+
sha256 cellar: :any_skip_relocation, ventura: "f6cbb98a7790b9ebe32f6ee7a131560b955708a012f33661fb20413cdaad1451"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "977ac13ebe95e7ac86b5597516785a73b2e1b47e0f03edea94e1276433d73924"
2322
end
2423

2524
depends_on "go" => :build
26-
depends_on "node" => :build
25+
depends_on "node@22" => :build # failed to build with node 23, https://github.com/openbao/openbao/issues/731
2726
depends_on "yarn" => :build
2827

2928
uses_from_macos "curl" => :test
3029

3130
conflicts_with "bao", because: "both install `bao` binaries"
3231

3332
def install
34-
ENV.prepend_path "PATH", Formula["node"].opt_libexec/"bin" # for npm
33+
ENV.prepend_path "PATH", Formula["node@22"].opt_libexec/"bin" # for npm
3534
system "make", "bootstrap", "static-dist", "dev-ui"
3635
bin.install "bin/bao"
3736
end

0 commit comments

Comments
 (0)