aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFelix Itzenplitz2014-04-12 20:04:19 +0200
committerAdam Vandenberg2014-04-12 12:30:53 -0700
commit1b44cd48ee4d77ea940fb0f69f7281eff087334e (patch)
treec69d4da32923a9646771a4225ea07fb4daa29778 /Library
parent5b64c58e9b36e3c2f02db0aceceae34a8e93e934 (diff)
downloadhomebrew-1b44cd48ee4d77ea940fb0f69f7281eff087334e.tar.bz2
nvm 0.4.0
Closes #28356. Signed-off-by: Adam Vandenberg <flangy@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 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'