node 0.12.6
This commit is contained in:
parent
468173c4be
commit
a2f19615fc
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
class Node < Formula
|
||||
desc "Platform built on Chrome's JavaScript runtime to build network applications"
|
||||
homepage "https://nodejs.org/"
|
||||
url "https://nodejs.org/dist/v0.12.5/node-v0.12.5.tar.gz"
|
||||
sha256 "4bc1e25f4c62ac65324d3cf4aa9de2d801cd708757c3567b6ad2ced7df30cdd2"
|
||||
url "https://nodejs.org/dist/v0.12.6/node-v0.12.6.tar.gz"
|
||||
sha256 "7a3b5ac351973a9dee8edbf0684bc8d0dea44b231e42274ffb008141ffa19ad2"
|
||||
head "https://github.com/joyent/node.git", :branch => "v0.12"
|
||||
|
||||
bottle do
|
||||
|
@ -31,8 +31,8 @@ class Node < Formula
|
|||
end
|
||||
|
||||
resource "npm" do
|
||||
url "https://registry.npmjs.org/npm/-/npm-2.11.2.tgz"
|
||||
sha256 "1c831305ca20a4f1280e52869f9c838ee53ed512c15ebaafc64dd263a85f5418"
|
||||
url "https://registry.npmjs.org/npm/-/npm-2.12.1.tgz"
|
||||
sha256 "6b6512c6f9097da193dfe046053d6d0483b5c5658dc0a763c1ba5609b6bbc16c"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue