aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMachiste Quintana2014-12-28 11:51:15 -0500
committerMike McQuaid2014-12-28 17:03:41 +0000
commit14ffeb974274af40a3d6a84ba8c076187a14fcf9 (patch)
treeef5e9ff0e015f5658b0b5fabc57acab88e136ba8 /Library
parentf77669697aa8a38b3a2825d0d9969953fbbd873e (diff)
downloadhomebrew-14ffeb974274af40a3d6a84ba8c076187a14fcf9.tar.bz2
nvm 0.22.0
Closes #35318. 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 4789fe572..39ff1d8bb 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.21.0.tar.gz"
- sha1 "b657372e302b0cd845f34a761ede33f9e96b3f49"
+ url "https://github.com/creationix/nvm/archive/v0.22.0.tar.gz"
+ sha1 "8e1ec2f27fd99c834e2f69ee2a8e0f40f152ab2c"
def install
prefix.install "nvm.sh"