diff options
| author | Kris Williams | 2015-01-23 12:28:25 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2015-01-23 14:40:25 -0800 |
| commit | 2078107a0031d5f892eb500f304d2079226dc734 (patch) | |
| tree | 0e5ac7e8df266cf0e5c934d175c273998610b0a8 /Library/Formula | |
| parent | e58a69c5ef0dcd6390097ee8730b1217661663d9 (diff) | |
| download | homebrew-2078107a0031d5f892eb500f304d2079226dc734.tar.bz2 | |
nvm 0.23.1
Closes #36171.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
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 8c4b1d4d2..1cc6b6d00 100644 --- a/Library/Formula/nvm.rb +++ b/Library/Formula/nvm.rb @@ -1,8 +1,8 @@ class Nvm < Formula homepage "https://github.com/creationix/nvm" head "https://github.com/creationix/nvm.git" - url "https://github.com/creationix/nvm/archive/v0.23.0.tar.gz" - sha1 "41ee5d4a09e3ac152bd8894c6542fa7994043306" + url "https://github.com/creationix/nvm/archive/v0.23.1.tar.gz" + sha1 "a6e10eaaa413b6929b29ec74c4444bc41c94e53e" def install prefix.install "nvm.sh" |
