aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTrevor Powell2014-10-21 12:13:16 -0500
committerMike McQuaid2014-10-21 19:55:34 +0100
commita2b1b96ce9a3313a03db7c997475d032351ffe9f (patch)
tree662a3ae789aedf8be2befe0fc95f4c8182f78dd6 /Library/Formula
parentdf90562ec0dc86781c46a3afe6eccc80cc998a30 (diff)
downloadhomebrew-a2b1b96ce9a3313a03db7c997475d032351ffe9f.tar.bz2
nvm 0.17.3
Closes #33441. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-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 929d1bfda..7626ca946 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.17.2.tar.gz"
- sha1 "70c7653f248a23fc4db97e1de4496d2ea1d3f236"
+ url "https://github.com/creationix/nvm/archive/v0.17.3.tar.gz"
+ sha1 "e77d1441196b8efeb9b981e5f7873a2f0871fbdb"
def install
prefix.install "nvm.sh"