node 0.10.18
Closes Homebrew/homebrew#22316. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7330a35a62
commit
fc0c53ca65
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.17/node-v0.10.17.tar.gz'
|
||||
sha1 'c9d31d5415d2cf7a09fd7abebf9f01259e9dd93b'
|
||||
url 'http://nodejs.org/dist/v0.10.18/node-v0.10.18.tar.gz'
|
||||
sha1 '0bc3c544ca1707ea4b8bd601706304e9c0609fe5'
|
||||
|
||||
devel do
|
||||
url 'http://nodejs.org/dist/v0.11.7/node-v0.11.7.tar.gz'
|
||||
|
|
Loading…
Reference in a new issue