diff options
| author | Brad Ruderman | 2014-07-07 12:37:53 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-07-09 20:01:09 -0700 |
| commit | 9242c6866da4debcc2af4e08d1ebf0c6c9439c92 (patch) | |
| tree | b7c0b2f31b739317a425fe919f2140a1dc5c94d1 /Library/Formula | |
| parent | a8b5aaf8c08472654f12e7cbf03499c5173b4c86 (diff) | |
| download | homebrew-9242c6866da4debcc2af4e08d1ebf0c6c9439c92.tar.bz2 | |
nvm 0.10.0
Closes #30716.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nvm.rb | 4 |
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" |
