From 1b44cd48ee4d77ea940fb0f69f7281eff087334e Mon Sep 17 00:00:00 2001 From: Felix Itzenplitz Date: Sat, 12 Apr 2014 20:04:19 +0200 Subject: nvm 0.4.0 Closes #28356. Signed-off-by: Adam Vandenberg --- Library/Formula/nvm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/nvm.rb') diff --git a/Library/Formula/nvm.rb b/Library/Formula/nvm.rb index 9330b0955..3b698fe34 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.2.0.tar.gz' - sha1 'e0c5b98764194951c984c2b4d325a9fd7cd2cdf2' + url 'https://github.com/creationix/nvm/archive/v0.4.0.tar.gz' + sha1 'e96833c0a7d1611a8cf70a0fd47321aec17f6ca4' def install prefix.install 'nvm.sh' -- cgit v1.2.3