diff options
| author | zimbatm | 2015-02-15 22:28:32 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-16 13:54:39 +0000 |
| commit | f1613dc4927d94413c6c17c4b96ea89574400f9b (patch) | |
| tree | 7de2a128a86617d180143c04fb923befff282f8a /Library | |
| parent | fd5988e0715a84b8ef206610921b64472dc40b67 (diff) | |
| download | homebrew-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.rb | 10 |
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 |
