aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-03-06 18:26:05 +0000
committerJack Nagel2015-03-06 21:41:40 -0500
commitb4e473d78c72566c800dc40b90fe1641d24546fb (patch)
treeeea4665bd3bd6290861130f44038eae0f6be0020 /Library
parent2ad4a1e0faf2cd2ab59e8f634b6b897fddb203d8 (diff)
downloadhomebrew-b4e473d78c72566c800dc40b90fe1641d24546fb.tar.bz2
nvm: add 0.24.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nvm.rb7
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"