diff options
| author | Machiste Quintana | 2014-11-24 09:24:07 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-24 15:01:20 +0000 |
| commit | 32923f435c7cf93820f434d6bdacf3bfdc3695eb (patch) | |
| tree | 70cb5859a82b3191c295038b02c28e777aa6794d /Library/Formula | |
| parent | ef6e2f5828e9d145fa8935eb3ab9c739551667f6 (diff) | |
| download | homebrew-32923f435c7cf93820f434d6bdacf3bfdc3695eb.tar.bz2 | |
nvm 0.19.0
nvm v0.19.0
Closes #34422.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 2bf64e431..d7c40e040 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.18.0.tar.gz" - sha1 "3f59d1662c17a123ca50403f61ed2c5721103307" + url "https://github.com/creationix/nvm/archive/v0.19.0.tar.gz" + sha1 "5bb53115e3319b36989acc65dfb2755f75246a47" def install prefix.install "nvm.sh" |
