node 0.10.16
Closes Homebrew/homebrew#21948. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c11854717a
commit
1d443b8d78
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ end
|
|||
# Note that x.even are stable releases, x.odd are devel releases
|
||||
class Node < Formula
|
||||
homepage 'http://nodejs.org/'
|
||||
url 'http://nodejs.org/dist/v0.10.15/node-v0.10.15.tar.gz'
|
||||
sha1 '14174896de074c244b0ed2251a95d7163d5a5e87'
|
||||
url 'http://nodejs.org/dist/v0.10.16/node-v0.10.16.tar.gz'
|
||||
sha1 '646fd7ce38091ec9bd0c5d080a9da522edaabff7'
|
||||
|
||||
devel do
|
||||
url 'http://nodejs.org/dist/v0.11.5/node-v0.11.5.tar.gz'
|
||||
|
|
Loading…
Reference in a new issue