Skip to content

Commit c0e1090

Browse files
authored
Merge pull request Homebrew#195912 from nodenv-bot/update-node-build.rb-1730196660
node-build 5.3.15
2 parents 551daba + d562e7f commit c0e1090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/n/node-build.rb

Lines changed: 3 additions & 3 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.3.14.tar.gz"
5-
sha256 "40dd9a519bfa317c29925712332c7d36b02758d9199537ef49fa6a2361d7473d"
4+
url "https://github.com/nodenv/node-build/archive/refs/tags/v5.3.15.tar.gz"
5+
sha256 "6d49f86de4de4f4245851432e24148e7f23ca9e110658b153eb9c36d4e6bb85c"
66
license "MIT"
77
head "https://github.com/nodenv/node-build.git", branch: "master"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "7c60d62ee4e5b2f408c339818126a3adf6b629e53f0709c2b89b5235c5ff59e9"
15+
sha256 cellar: :any_skip_relocation, all: "41d7ca0b9537d4eb3b00604c534e0063a9a79f936e8e43edc0fb556630486b3b"
1616
end
1717

1818
depends_on "autoconf"

0 commit comments

Comments
 (0)