node@0.10: fix audit
node@0.10: * `revision` (line 7) should be put before `head` (line 6)
This commit is contained in:
parent
521ca4dbb2
commit
25f77db021
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@ class NodeAT010 < Formula
|
||||||
homepage "https://nodejs.org/"
|
homepage "https://nodejs.org/"
|
||||||
url "https://nodejs.org/dist/v0.10.48/node-v0.10.48.tar.xz"
|
url "https://nodejs.org/dist/v0.10.48/node-v0.10.48.tar.xz"
|
||||||
sha256 "365a93d9acc076a0d93f087d269f376abeebccad599a9dab72f2f6ed96c8ae6e"
|
sha256 "365a93d9acc076a0d93f087d269f376abeebccad599a9dab72f2f6ed96c8ae6e"
|
||||||
head "https://github.com/nodejs/node.git", :branch => "v0.10-staging"
|
|
||||||
revision 1
|
revision 1
|
||||||
|
head "https://github.com/nodejs/node.git", :branch => "v0.10-staging"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "b2e454c9b5d0f30b4873b1b999d506d6672dd1d44dacd355fdd00beba414229b" => :sierra
|
sha256 "b2e454c9b5d0f30b4873b1b999d506d6672dd1d44dacd355fdd00beba414229b" => :sierra
|
||||||
|
|
Loading…
Reference in a new issue