node 5.8.0
Closes Homebrew/homebrew#49917. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
4781963398
commit
9599c4af55
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class Node < Formula
|
||||
desc "Platform built on the V8 JavaScript runtime to build network applications"
|
||||
homepage "https://nodejs.org/"
|
||||
url "https://nodejs.org/dist/v5.7.1/node-v5.7.1.tar.xz"
|
||||
sha256 "029ed8aeb997c68d1a901cd837af02d24b6b5e20a4ff93bed090fd289f91a9a1"
|
||||
url "https://nodejs.org/dist/v5.8.0/node-v5.8.0.tar.xz"
|
||||
sha256 "c1246d473d6650ca02ab168eaf840e9edda82a4190ff08165fc44a7b381a9361"
|
||||
head "https://github.com/nodejs/node.git"
|
||||
|
||||
bottle do
|
||||
|
@ -36,8 +36,8 @@ class Node < Formula
|
|||
# We will accept *important* npm patch releases when necessary.
|
||||
# https://github.com/Homebrew/homebrew/pull/46098#issuecomment-157802319
|
||||
resource "npm" do
|
||||
url "https://registry.npmjs.org/npm/-/npm-3.6.0.tgz"
|
||||
sha256 "e686676c9d6db00f43f415998a8e0f47f415549f850f4b86ffdc7d7677db70e0"
|
||||
url "https://registry.npmjs.org/npm/-/npm-3.7.3.tgz"
|
||||
sha256 "3f787fa7dc401d3dca40abed838c20ad1abcdef8947581c9856427db9a92be7a"
|
||||
end
|
||||
|
||||
resource "icu4c" do
|
||||
|
|
Loading…
Reference in a new issue