diff options
Diffstat (limited to 'Library')
| -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" |
