diff options
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" |
