diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nvm.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/nvm.rb b/Library/Formula/nvm.rb index 4117541a4..2abb089c3 100644 --- a/Library/Formula/nvm.rb +++ b/Library/Formula/nvm.rb @@ -4,6 +4,13 @@ class Nvm < Formula sha256 "f76800f248ebe611c8c2588553cc906d335baafbfd083ee6fdedee349a979c54" head "https://github.com/creationix/nvm.git" + bottle do + cellar :any + sha256 "efaf140cac680e83807172d177d09c53720e9253dc21aa4264b13921bb7d2267" => :yosemite + sha256 "d7de5b13f7be5f0e2e1900136ce85756cf29a01ed01d86ec879baa30b1fb623c" => :mavericks + sha256 "ccdca35f48abebdb064c3940df4c3d4f508fb4fe79c7184ab7c566ee93886873" => :mountain_lion + end + def install prefix.install "nvm.sh" bash_completion.install "bash_completion" => "nvm" |
