diff options
| -rw-r--r-- | Library/Formula/iojs.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/iojs.rb b/Library/Formula/iojs.rb index 637ceac16..d313b3385 100644 --- a/Library/Formula/iojs.rb +++ b/Library/Formula/iojs.rb @@ -3,6 +3,12 @@ class Iojs < Formula url "https://iojs.org/dist/v1.0.4/iojs-v1.0.4.tar.xz" sha256 "c902f5abbd59c56346680f0b4a71056c51610847b9576acf83a9c210bf664e98" + bottle do + sha1 "a88bf32209a487ed8329476325aeeed2cc5ddb33" => :yosemite + sha1 "1bb64de12cdbfc2c5fc4aa662c1025ee2bed84b2" => :mavericks + sha1 "f62a32113ae476095c7bcdee8dffe6c87f3675a8" => :mountain_lion + end + keg_only "`iojs` symlinks conflict with `node` but can be used by prepending your PATH" option "with-debug", "Build with debugger hooks" |
