node@6: revision for npm bump
Closes #14367. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
ee7a2b8f10
commit
3949d6ede8
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ class NodeAT4 < Formula
|
|||
homepage "https://nodejs.org/"
|
||||
url "https://nodejs.org/dist/v4.8.3/node-v4.8.3.tar.xz"
|
||||
sha256 "d84e7544c2e31a2d0825b4f8b093d169bf8bdb1881ee8cf75ff937918e59e9cb"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
head "https://github.com/nodejs/node.git", :branch => "v4.x-staging"
|
||||
|
||||
|
@ -26,8 +26,8 @@ class NodeAT4 < Formula
|
|||
|
||||
# Keep in sync with main node formula
|
||||
resource "npm" do
|
||||
url "https://registry.npmjs.org/npm/-/npm-5.0.1.tgz"
|
||||
sha256 "cc31b845140791a85ab607636c6f0108346f8eb6cad7971919fd01ff4f4a1d7a"
|
||||
url "https://registry.npmjs.org/npm/-/npm-5.0.3.tgz"
|
||||
sha256 "de62206d779afcba878b3fb949488c01be99afc42e3c955932e754c2ab9aec73"
|
||||
end
|
||||
|
||||
resource "icu4c" do
|
||||
|
|
Loading…
Reference in a new issue