aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTrevor Powell2014-09-11 16:06:06 -0500
committerMike McQuaid2014-09-11 22:52:56 +0100
commit781c39eae3fdb9a1e51ceca9fe203e403ff4c644 (patch)
tree42c928766be4ada12c1043c4a22b6fc54a0d647b /Library
parenta22330be38776a0853490eb0d119c4039198a34e (diff)
downloadhomebrew-781c39eae3fdb9a1e51ceca9fe203e403ff4c644.tar.bz2
nvm 0.16.0
Closes #32243. 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 7435484d8..30e18c18b 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.15.0.tar.gz"
- sha1 "87f98661ca3168e3dc7a230ad7e20132e8b760e4"
+ url "https://github.com/creationix/nvm/archive/v0.16.0.tar.gz"
+ sha1 "0964e91e876a98605d0dbf9145e3e9279dda57a3"
def install
prefix.install "nvm.sh"