diff options
| author | Brett Koonce | 2014-07-20 19:25:41 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-07-20 21:59:17 -0700 |
| commit | 07448b46ca7a078b3c296cc3e391314324255341 (patch) | |
| tree | 9b668dcf307a39cc993862f001dedc4e7b3c4a20 /Library/Formula | |
| parent | 40d5e687eb63da89c72ee849a9e5436ea7986c3b (diff) | |
| download | homebrew-07448b46ca7a078b3c296cc3e391314324255341.tar.bz2 | |
nvm 0.11.1
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 e1148b863..294e5d947 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.11.0.tar.gz" - sha1 "bb5ea319da62b7134424dd637816ac49b496635d" + url "https://github.com/creationix/nvm/archive/v0.11.1.tar.gz" + sha1 "f3dcef8899c2ca5fd31e9e9181df7ef98ea0b7c0" def install prefix.install "nvm.sh" |
