diff options
| author | Eric Radman | 2014-01-27 12:13:45 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-27 19:17:33 +0100 |
| commit | 1543f96981ec8baf95bccced9c89053c0adfb055 (patch) | |
| tree | f3f170086cb5338e9efc11acf820301e91243e2f /Library | |
| parent | df2f3caf2b38127c4184a273ae5d4f130f762fbf (diff) | |
| download | homebrew-1543f96981ec8baf95bccced9c89053c0adfb055.tar.bz2 | |
entr 2.6
* Reduce number of attempts to re-open files to 1 second (10 attempts)
* Wait for processes to terminate in restart mode
* Prevent interactive utilities from paging output by setting PAGER to `/bin/cat`
* First match of `/_` provides a shortcut for specifying the first file under watch
* New `-c` option invokes `clear` before running the utility
* Support Vim's `backup` option by responding to `NOTE_RENAME`
Closes #26204.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/entr.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/entr.rb b/Library/Formula/entr.rb index c834e3a9b..8529c2b8c 100644 --- a/Library/Formula/entr.rb +++ b/Library/Formula/entr.rb @@ -2,8 +2,8 @@ require 'formula' class Entr < Formula homepage 'http://entrproject.org/' - url 'http://entrproject.org/code/entr-2.2.tar.gz' - sha1 '71eedf5d9397a08a231f0ab400f5aeec4f77571b' + url 'http://entrproject.org/code/entr-2.6.tar.gz' + sha1 'ad0fed4e0311c72b4c2eb70c93b7d1267bd4de4c' def install ENV['PREFIX'] = prefix |
