diff options
| author | Dominyk Tiller | 2015-03-06 07:29:06 +0000 |
|---|---|---|
| committer | Jack Nagel | 2015-03-06 21:41:32 -0500 |
| commit | 2ad4a1e0faf2cd2ab59e8f634b6b897fddb203d8 (patch) | |
| tree | 8485fb36cf03bca14a6e79ff53fd1ad30bfceeac /Library/Formula | |
| parent | efa2ad32a159bedc63d51f128663e673f98b27ee (diff) | |
| download | homebrew-2ad4a1e0faf2cd2ab59e8f634b6b897fddb203d8.tar.bz2 | |
nvm 0.24.0
Bump.
Closes #37437.
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 8103f8cbd..4117541a4 100644 --- a/Library/Formula/nvm.rb +++ b/Library/Formula/nvm.rb @@ -1,8 +1,8 @@ class Nvm < Formula homepage "https://github.com/creationix/nvm" + url "https://github.com/creationix/nvm/archive/v0.24.0.tar.gz" + sha256 "f76800f248ebe611c8c2588553cc906d335baafbfd083ee6fdedee349a979c54" head "https://github.com/creationix/nvm.git" - url "https://github.com/creationix/nvm/archive/v0.23.3.tar.gz" - sha1 "f40c9e766fb98ff32987944063c2b9b4a203b954" def install prefix.install "nvm.sh" |
