aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTrevor Powell2014-09-03 09:18:49 -0500
committerMike McQuaid2014-09-03 17:43:58 +0100
commitc15c47d963216dcf5526ec5f136c64eb67eedca1 (patch)
tree6f54b969f7182e32879899d39f204164def83453 /Library
parentf994c6db584c48cdfe105123a17b1033ae67ca91 (diff)
downloadhomebrew-c15c47d963216dcf5526ec5f136c64eb67eedca1.tar.bz2
nvm 0.15.0
Closes #32071. 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 84b771977..7435484d8 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.14.0.tar.gz"
- sha1 "cfd734392c46eb757634dbea0db5d2cfbd9503ea"
+ url "https://github.com/creationix/nvm/archive/v0.15.0.tar.gz"
+ sha1 "87f98661ca3168e3dc7a230ad7e20132e8b760e4"
def install
prefix.install "nvm.sh"