1
1
class NodeBuild < Formula
2
2
desc "Install NodeJS versions"
3
3
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 "
6
6
license "MIT"
7
7
head "https://github.com/nodenv/node-build.git" , branch : "master"
8
8
@@ -12,13 +12,13 @@ class NodeBuild < Formula
12
12
end
13
13
14
14
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 "
22
22
end
23
23
24
24
depends_on "autoconf"
0 commit comments