aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMachiste Quintana2014-11-13 22:51:10 -0500
committerJack Nagel2014-11-13 22:59:36 -0600
commit70aebf8102d40e6226eb4fe3b746a44657ed696b (patch)
treece6522ccd8ac1d6d958419a0b4cdc23aafc569c5
parenta7e6bda45754fd8fe0c8cf1e646b422f32793dc2 (diff)
downloadhomebrew-70aebf8102d40e6226eb4fe3b746a44657ed696b.tar.bz2
nvm 0.18.0
Closes #34176. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-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 7626ca946..2bf64e431 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.3.tar.gz"
- sha1 "e77d1441196b8efeb9b981e5f7873a2f0871fbdb"
+ url "https://github.com/creationix/nvm/archive/v0.18.0.tar.gz"
+ sha1 "3f59d1662c17a123ca50403f61ed2c5721103307"
def install
prefix.install "nvm.sh"