Skip to content

Commit

Permalink
entr 2.6
Browse files Browse the repository at this point in the history
* 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 Homebrew/legacy-homebrew#26204.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
eradman authored and MikeMcQuaid committed Jan 27, 2014
1 parent 99de402 commit 320eb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/entr.rb
Expand Up @@ -2,8 +2,8 @@

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
Expand Down

0 comments on commit 320eb16

Please sign in to comment.