From 4e854c4a84ebd0e1ef1d42986115353b5bed101c Mon Sep 17 00:00:00 2001 From: Trevor Powell Date: Thu, 11 Sep 2014 16:06:06 -0500 Subject: [PATCH] nvm 0.16.0 Closes Homebrew/homebrew#32243. Signed-off-by: Mike McQuaid --- Formula/nvm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/nvm.rb b/Formula/nvm.rb index 7435484d8c..30e18c18b1 100644 --- a/Formula/nvm.rb +++ b/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.15.0.tar.gz" - sha1 "87f98661ca3168e3dc7a230ad7e20132e8b760e4" + url "https://github.com/creationix/nvm/archive/v0.16.0.tar.gz" + sha1 "0964e91e876a98605d0dbf9145e3e9279dda57a3" def install prefix.install "nvm.sh"