aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTrevor Powell2014-08-27 09:17:48 -0500
committerMike McQuaid2014-08-27 16:16:14 +0100
commita916da27b18bb5844ebe6c425305c338939e8d8e (patch)
tree7f0ebdc054352006541200743f15badb24f0f20f /Library
parent251605ce022292aee03fd72a7253d9efd6723b68 (diff)
downloadhomebrew-a916da27b18bb5844ebe6c425305c338939e8d8e.tar.bz2
nvm 0.14.0
Closes #31924. 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 08e4fba2f..84b771977 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.13.1.tar.gz"
- sha1 "b5331a101e0719c2a17344f498c408dc475a5190"
+ url "https://github.com/creationix/nvm/archive/v0.14.0.tar.gz"
+ sha1 "cfd734392c46eb757634dbea0db5d2cfbd9503ea"
def install
prefix.install "nvm.sh"