aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTrevor Powell2014-08-01 17:25:00 -0500
committerJack Nagel2014-08-01 21:25:39 -0500
commitc07469593714aa012c59806e0c1ce9d801284574 (patch)
treee15b4927c7b60389939fbf8b5292749cc07b3ae2 /Library/Formula
parent2e32f305bbd630d343d075ded4ca8da87cc013ca (diff)
downloadhomebrew-c07469593714aa012c59806e0c1ce9d801284574.tar.bz2
nvm 0.12.2
Closes #31289. Signed-off-by: Jack Nagel <jacknagel@gmail.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 294e5d947..a2bdbadfc 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.11.1.tar.gz"
- sha1 "f3dcef8899c2ca5fd31e9e9181df7ef98ea0b7c0"
+ url "https://github.com/creationix/nvm/archive/v0.12.2.tar.gz"
+ sha1 "8891eb13500cf379a3b5475e8903a313eaac4bb9"
def install
prefix.install "nvm.sh"