aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-02-11 11:46:41 +0000
committerMike McQuaid2015-02-11 14:16:20 +0000
commit0de1e7eb06f36b8e67182e160700aaef37ad4f37 (patch)
tree000c2e32e70499b124ccc9444e35eedfbd1956d9 /Library
parent2bfa1000b66d021da073b75e51c3f93423ddeea2 (diff)
downloadhomebrew-0de1e7eb06f36b8e67182e160700aaef37ad4f37.tar.bz2
node: update 0.12.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/node.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 32b77c2c2..40caf0e65 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -6,9 +6,10 @@ class Node < Formula
head "https://github.com/joyent/node.git", :branch => "v0.12"
bottle do
- sha1 "5c08bc7c8189453309009dbfc72f8b2e246dcd11" => :yosemite
- sha1 "24aab50a6b65e6df9c683fa1a7d1a182052865f4" => :mavericks
- sha1 "3d982a33612b1370540dffb53e17d23e6529ff5b" => :mountain_lion
+ revision 1
+ sha1 "cf47b47fca78022a299f5353b968fb703fb90bc9" => :yosemite
+ sha1 "a0fc2c129428a0fcd50169857b240039d328463b" => :mavericks
+ sha1 "8312e7ea6ffec58e39ec7cc1f8671847a9d7b4bf" => :mountain_lion
end
option "with-debug", "Build with debugger hooks"