diff options
| author | tnarik | 2015-04-10 19:08:47 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-10 17:26:30 -0700 |
| commit | efd130593abcae24bf9414166b9f051b530d1a48 (patch) | |
| tree | 2689dd46f48693541719518551be6de4e9048708 | |
| parent | 0c565f946e78d2a831a8b605385aabe31b8bcc85 (diff) | |
| download | homebrew-efd130593abcae24bf9414166b9f051b530d1a48.tar.bz2 | |
nvm 0.24.1
Bumped to version 0.24.1, which includes startup improvements.
Closes #38525.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -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 4117541a4..33f2921d1 100644 --- a/Library/Formula/nvm.rb +++ b/Library/Formula/nvm.rb @@ -1,7 +1,7 @@ class Nvm < Formula homepage "https://github.com/creationix/nvm" - url "https://github.com/creationix/nvm/archive/v0.24.0.tar.gz" - sha256 "f76800f248ebe611c8c2588553cc906d335baafbfd083ee6fdedee349a979c54" + url "https://github.com/creationix/nvm/archive/v0.24.1.tar.gz" + sha256 "0008754e7421c55e66f36c4a83ca775928f7b2e7a0543098f0050d9780419b2a" head "https://github.com/creationix/nvm.git" def install |
