aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-03-06 07:29:06 +0000
committerJack Nagel2015-03-06 21:41:32 -0500
commit2ad4a1e0faf2cd2ab59e8f634b6b897fddb203d8 (patch)
tree8485fb36cf03bca14a6e79ff53fd1ad30bfceeac /Library
parentefa2ad32a159bedc63d51f128663e673f98b27ee (diff)
downloadhomebrew-2ad4a1e0faf2cd2ab59e8f634b6b897fddb203d8.tar.bz2
nvm 0.24.0
Bump. Closes #37437. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nvm.rb4
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"