Skip to content

Commit 1f47060

Browse files
authored
Merge pull request #173628 from nodenv-bot/update-node-build.rb-1717467695
node-build 5.3.0
2 parents c1c28c1 + 8859c3b commit 1f47060

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/n/node-build.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class NodeBuild < Formula
22
desc "Install NodeJS versions"
33
homepage "https://github.com/nodenv/node-build"
4-
url "https://github.com/nodenv/node-build/archive/refs/tags/v5.2.0.tar.gz"
5-
sha256 "b5483c5ec5548abdeb991f3f098350671a1e0a196798a41ccc9e522c997b22db"
4+
url "https://github.com/nodenv/node-build/archive/refs/tags/v5.3.0.tar.gz"
5+
sha256 "0989b10bd5e8995c39bb860c2c16e83e91cf44331f962d33d74bc0482ecc39de"
66
license "MIT"
77
head "https://github.com/nodenv/node-build.git", branch: "master"
88

@@ -12,13 +12,13 @@ class NodeBuild < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "402dc7d3e177087d7864342803d85601a46f4bd1065e943880d4dea4baf6aa74"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "402dc7d3e177087d7864342803d85601a46f4bd1065e943880d4dea4baf6aa74"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "402dc7d3e177087d7864342803d85601a46f4bd1065e943880d4dea4baf6aa74"
18-
sha256 cellar: :any_skip_relocation, sonoma: "402dc7d3e177087d7864342803d85601a46f4bd1065e943880d4dea4baf6aa74"
19-
sha256 cellar: :any_skip_relocation, ventura: "402dc7d3e177087d7864342803d85601a46f4bd1065e943880d4dea4baf6aa74"
20-
sha256 cellar: :any_skip_relocation, monterey: "402dc7d3e177087d7864342803d85601a46f4bd1065e943880d4dea4baf6aa74"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7008dc8a5267a8d78b8b5f5869847ee722ccabecf9b3fe50083123bc1850581e"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a36c8197b5314925eda575d61ca7584f8a78371577d6caa6f98254556e4adc6"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a36c8197b5314925eda575d61ca7584f8a78371577d6caa6f98254556e4adc6"
17+
sha256 cellar: :any_skip_relocation, arm64_monterey: "1a36c8197b5314925eda575d61ca7584f8a78371577d6caa6f98254556e4adc6"
18+
sha256 cellar: :any_skip_relocation, sonoma: "1a36c8197b5314925eda575d61ca7584f8a78371577d6caa6f98254556e4adc6"
19+
sha256 cellar: :any_skip_relocation, ventura: "1a36c8197b5314925eda575d61ca7584f8a78371577d6caa6f98254556e4adc6"
20+
sha256 cellar: :any_skip_relocation, monterey: "1a36c8197b5314925eda575d61ca7584f8a78371577d6caa6f98254556e4adc6"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "227360f5affdd7011b9c9a2286445f232bd87636fe82d09092ff8e43e47a3973"
2222
end
2323

2424
depends_on "autoconf"

0 commit comments

Comments
 (0)