From c15c47d963216dcf5526ec5f136c64eb67eedca1 Mon Sep 17 00:00:00 2001 From: Trevor Powell Date: Wed, 3 Sep 2014 09:18:49 -0500 Subject: nvm 0.15.0 Closes #32071. Signed-off-by: Mike McQuaid --- Library/Formula/nvm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/nvm.rb b/Library/Formula/nvm.rb index 84b771977..7435484d8 100644 --- a/Library/Formula/nvm.rb +++ b/Library/Formula/nvm.rb @@ -3,8 +3,8 @@ require "formula" class Nvm < Formula homepage "https://github.com/creationix/nvm" head "https://github.com/creationix/nvm.git" - url "https://github.com/creationix/nvm/archive/v0.14.0.tar.gz" - sha1 "cfd734392c46eb757634dbea0db5d2cfbd9503ea" + url "https://github.com/creationix/nvm/archive/v0.15.0.tar.gz" + sha1 "87f98661ca3168e3dc7a230ad7e20132e8b760e4" def install prefix.install "nvm.sh" -- cgit v1.2.3