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 7435484d8..30e18c18b 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.15.0.tar.gz" - sha1 "87f98661ca3168e3dc7a230ad7e20132e8b760e4" + url "https://github.com/creationix/nvm/archive/v0.16.0.tar.gz" + sha1 "0964e91e876a98605d0dbf9145e3e9279dda57a3" def install prefix.install "nvm.sh" |
