diff options
| author | Trevor Powell | 2014-08-01 17:25:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-01 21:25:39 -0500 |
| commit | c07469593714aa012c59806e0c1ce9d801284574 (patch) | |
| tree | e15b4927c7b60389939fbf8b5292749cc07b3ae2 /Library/Formula | |
| parent | 2e32f305bbd630d343d075ded4ca8da87cc013ca (diff) | |
| download | homebrew-c07469593714aa012c59806e0c1ce9d801284574.tar.bz2 | |
nvm 0.12.2
Closes #31289.
Signed-off-by: Jack Nagel <jacknagel@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 294e5d947..a2bdbadfc 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.1.tar.gz" - sha1 "f3dcef8899c2ca5fd31e9e9181df7ef98ea0b7c0" + url "https://github.com/creationix/nvm/archive/v0.12.2.tar.gz" + sha1 "8891eb13500cf379a3b5475e8903a313eaac4bb9" def install prefix.install "nvm.sh" |
