From 70aebf8102d40e6226eb4fe3b746a44657ed696b Mon Sep 17 00:00:00 2001 From: Machiste Quintana Date: Thu, 13 Nov 2014 22:51:10 -0500 Subject: nvm 0.18.0 Closes #34176. Signed-off-by: Jack Nagel --- 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 7626ca946..2bf64e431 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.17.3.tar.gz" - sha1 "e77d1441196b8efeb9b981e5f7873a2f0871fbdb" + url "https://github.com/creationix/nvm/archive/v0.18.0.tar.gz" + sha1 "3f59d1662c17a123ca50403f61ed2c5721103307" def install prefix.install "nvm.sh" -- cgit v1.2.3