aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMachiste Quintana2014-12-01 22:29:05 -0500
committerMike McQuaid2014-12-02 09:47:15 +0000
commit9338ecd7ce9e1e7dcc270141b9fcb777005fb219 (patch)
treefc11c4e9bceefec1a6641204eb8f98df46e4e0c8 /Library
parent869b2ba9b7a0b979e39a47815d9bf00731f91496 (diff)
downloadhomebrew-9338ecd7ce9e1e7dcc270141b9fcb777005fb219.tar.bz2
nvm 0.20.0
update to nvm v0.20.0 Closes #34600. 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 d7c40e040..745263514 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.19.0.tar.gz"
- sha1 "5bb53115e3319b36989acc65dfb2755f75246a47"
+ url "https://github.com/creationix/nvm/archive/v0.20.0.tar.gz"
+ sha1 "7fecb63fb4570200c59a265cc1b5b892c07b4320"
def install
prefix.install "nvm.sh"