From 32923f435c7cf93820f434d6bdacf3bfdc3695eb Mon Sep 17 00:00:00 2001 From: Machiste Quintana Date: Mon, 24 Nov 2014 09:24:07 -0500 Subject: nvm 0.19.0 nvm v0.19.0 Closes #34422. Signed-off-by: Mike McQuaid --- 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 2bf64e431..d7c40e040 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.18.0.tar.gz" - sha1 "3f59d1662c17a123ca50403f61ed2c5721103307" + url "https://github.com/creationix/nvm/archive/v0.19.0.tar.gz" + sha1 "5bb53115e3319b36989acc65dfb2755f75246a47" def install prefix.install "nvm.sh" -- cgit v1.2.3