aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Ruderman2014-07-07 12:37:53 -0700
committerAdam Vandenberg2014-07-09 20:01:09 -0700
commit9242c6866da4debcc2af4e08d1ebf0c6c9439c92 (patch)
treeb7c0b2f31b739317a425fe919f2140a1dc5c94d1
parenta8b5aaf8c08472654f12e7cbf03499c5173b4c86 (diff)
downloadhomebrew-9242c6866da4debcc2af4e08d1ebf0c6c9439c92.tar.bz2
nvm 0.10.0
Closes #30716. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/nvm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nvm.rb b/Library/Formula/nvm.rb
index 8fc672932..1991f07ac 100644
--- a/Library/Formula/nvm.rb
+++ b/Library/Formula/nvm.rb
@@ -3,8 +3,8 @@ require "formula"
class Nvm < Formula
homepage "https://github.com/creationix/nvm"
head "https://github.com/creationix/nvm.git"
- url "https://github.com/creationix/nvm/archive/v0.7.0.tar.gz"
- sha1 "7de985330c8883396718494bd3b4dc75b29b3086"
+ url "https://github.com/creationix/nvm/archive/v0.10.0.tar.gz"
+ sha1 "8d456f01e6bbb3bd25cb2124776b0320b6c5f707"
def install
prefix.install "nvm.sh"