aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nvm.rb
diff options
context:
space:
mode:
authorTrevor Powell2014-09-25 10:39:38 -0500
committerJack Nagel2014-09-25 18:15:11 -0500
commit788cc41f5ff883a04fac313caec406ea205453c1 (patch)
tree72e1008100f986fce39357c3696b1b78cdc3006b /Library/Formula/nvm.rb
parente7dfc19bab604b1f73a1b1126badf7545dfa11e6 (diff)
downloadhomebrew-788cc41f5ff883a04fac313caec406ea205453c1.tar.bz2
nvm 0.17.0
Closes #32640. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/nvm.rb')
-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 9125221fb..958a8583e 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.16.1.tar.gz"
- sha1 "3bd8ce291b52886feeaa31e60e6489aeda350ad1"
+ url "https://github.com/creationix/nvm/archive/v0.17.0.tar.gz"
+ sha1 "499592124204b4778153edfd4b154d271d343621"
def install
prefix.install "nvm.sh"