aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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 e1148b863..294e5d947 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.0.tar.gz"
- sha1 "bb5ea319da62b7134424dd637816ac49b496635d"
+ url "https://github.com/creationix/nvm/archive/v0.11.1.tar.gz"
+ sha1 "f3dcef8899c2ca5fd31e9e9181df7ef98ea0b7c0"
def install
prefix.install "nvm.sh"