aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorzimbatm2015-02-15 22:28:32 +0000
committerMike McQuaid2015-02-16 13:54:39 +0000
commitf1613dc4927d94413c6c17c4b96ea89574400f9b (patch)
tree7de2a128a86617d180143c04fb923befff282f8a /Library
parentfd5988e0715a84b8ef206610921b64472dc40b67 (diff)
downloadhomebrew-f1613dc4927d94413c6c17c4b96ea89574400f9b.tar.bz2
direnv 2.6.0
Closes #36837. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/direnv.rb10
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb
index f41cae8bb..481d0d836 100644
--- a/Library/Formula/direnv.rb
+++ b/Library/Formula/direnv.rb
@@ -2,8 +2,8 @@ require 'formula'
class Direnv < Formula
homepage 'http://www.direnv.net'
- url 'https://github.com/zimbatm/direnv/archive/v2.5.0.tar.gz'
- sha1 '48aa6a9dc5748b8043fb6f8ccdc8f3b538301382'
+ url 'https://github.com/zimbatm/direnv/archive/v2.6.0.tar.gz'
+ sha1 'ebfa8c087aadeffe2c8f84128082d670d22ea541'
head 'https://github.com/zimbatm/direnv.git'
@@ -20,11 +20,7 @@ class Direnv < Formula
end
def caveats; <<-EOS.undent
- At the END of your ~/.bashrc or ~/.zshrc, add the following line:
- eval "$(direnv hook $0)"
-
- See the wiki for docs and examples:
- https://github.com/zimbatm/direnv/wiki/
+ Finish installation by reading: https://github.com/zimbatm/direnv#setup
EOS
end
end