diff options
| author | Enrico M. Crisostomo | 2014-06-04 16:36:10 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-06-04 07:45:47 -0700 |
| commit | 3de5b7b29f8e94e7a6a2661aff0b73615f3d8d73 (patch) | |
| tree | 762906e15053373f77af619b2f9ee5838f1f9661 /Library/Formula | |
| parent | c4f890516bfdfa0dbd4e804f9bc6edc3d37f2ac4 (diff) | |
| download | homebrew-3de5b7b29f8e94e7a6a2661aff0b73615f3d8d73.tar.bz2 | |
fswatch 1.3.5
Closes #29867.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fswatch.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fswatch.rb b/Library/Formula/fswatch.rb index 9d3e3db4c..06c7c5645 100644 --- a/Library/Formula/fswatch.rb +++ b/Library/Formula/fswatch.rb @@ -2,8 +2,8 @@ require "formula" class Fswatch < Formula homepage "https://github.com/alandipert/fswatch" - url "https://github.com/alandipert/fswatch/archive/1.3.4.tar.gz" - sha1 "09609bcd795c70e6c559ecb66ff22eb6764ef2b8" + url "https://github.com/alandipert/fswatch/archive/1.3.5.tar.gz" + sha1 "e22d0d21c563dab03f1339ad64530c6358780516" depends_on "autoconf" => :build depends_on "automake" => :build |
