diff options
| author | Alex Dunn | 2015-04-21 12:13:37 -0700 |
|---|---|---|
| committer | Xu Cheng | 2015-04-22 20:43:12 +0800 |
| commit | f8ad3379a43916c50142ac07d5a2482862631bc8 (patch) | |
| tree | e8457424fdc3cb8c24f83dfebed7ea3fdf32a7e3 /Library/Formula | |
| parent | 7ddb9ec5ffc73db241f8e65ee97b83d5623d2a53 (diff) | |
| download | homebrew-f8ad3379a43916c50142ac07d5a2482862631bc8.tar.bz2 | |
entr 3.2
Closes #38908.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/entr.rb | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Library/Formula/entr.rb b/Library/Formula/entr.rb index ebb38d53f..769c33c7f 100644 --- a/Library/Formula/entr.rb +++ b/Library/Formula/entr.rb @@ -1,8 +1,13 @@ class Entr < Formula homepage "http://entrproject.org/" - url "http://entrproject.org/code/entr-3.1.tar.gz" - mirror "https://bitbucket.org/eradman/entr/get/entr-3.1.tar.gz" - sha256 "f0f27e8fc610936f5ec72891687fc77e0df0b21172f14e85ff381d2fe5e3aadd" + url "http://entrproject.org/code/entr-3.2.tar.gz" + mirror "https://bitbucket.org/eradman/entr/get/entr-3.2.tar.gz" + sha256 "b1eee00afbeccf03010c1c557436854be6aaf0ef9b72ab8d44b94affdd7d7146" + + head do + url "https://bitbucket.org/eradman/entr", :using => :hg + depends_on :hg => :build + end bottle do cellar :any @@ -25,6 +30,6 @@ class Entr < Formula sleep 0.5 touch testpath/"test.2" end - assert_equal "New File", pipe_output("#{bin}/entr -d echo 'New File'", testpath).strip + assert_equal "New File", pipe_output("#{bin}/entr -p -d echo 'New File'", testpath).strip end end |
