aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTrevor Powell2014-07-15 21:24:54 -0500
committerMike McQuaid2014-07-16 14:11:47 -0700
commit339fd935faf566878348aa9a26ab5d12bebd1696 (patch)
tree2857af756790b731963b3ae4e2815c79544fa5e9 /Library
parentf0cd91bb79848028c5960524b5231b2544d383b2 (diff)
downloadhomebrew-339fd935faf566878348aa9a26ab5d12bebd1696.tar.bz2
nvm 0.11.0
Closes #30889. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 1991f07ac..e1148b863 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.10.0.tar.gz"
- sha1 "8d456f01e6bbb3bd25cb2124776b0320b6c5f707"
+ url "https://github.com/creationix/nvm/archive/v0.11.0.tar.gz"
+ sha1 "bb5ea319da62b7134424dd637816ac49b496635d"
def install
prefix.install "nvm.sh"