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 7626ca946..2bf64e431 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.17.3.tar.gz" - sha1 "e77d1441196b8efeb9b981e5f7873a2f0871fbdb" + url "https://github.com/creationix/nvm/archive/v0.18.0.tar.gz" + sha1 "3f59d1662c17a123ca50403f61ed2c5721103307" def install prefix.install "nvm.sh" |
