From 30bd17bc48ea63ca0283e389e85e298030b016af Mon Sep 17 00:00:00 2001 From: Kris Williams Date: Mon, 19 Jan 2015 23:04:07 -0800 Subject: nvm 0.23.0 Closes #36049. Closes #36050. 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 0952d2fc6..8c4b1d4d2 100644 --- a/Library/Formula/nvm.rb +++ b/Library/Formula/nvm.rb @@ -1,8 +1,8 @@ class Nvm < Formula homepage "https://github.com/creationix/nvm" head "https://github.com/creationix/nvm.git" - url "https://github.com/creationix/nvm/archive/v0.22.2.tar.gz" - sha1 "1af8765978f2ab5f2b5b87733b975c7bbb63b39a" + url "https://github.com/creationix/nvm/archive/v0.23.0.tar.gz" + sha1 "41ee5d4a09e3ac152bd8894c6542fa7994043306" def install prefix.install "nvm.sh" -- cgit v1.2.3