diff options
| author | Enrico M. Crisostomo | 2014-08-21 10:50:09 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:41:49 +0100 |
| commit | 4bde3a307a0f683b38a7f8f70445246cff3a7dc4 (patch) | |
| tree | c50c920c3d779f9cd2206609305cef3595d642bf /Library | |
| parent | dc351ebcff0419dec6f34fc908e134cf5c6b9d79 (diff) | |
| download | homebrew-4bde3a307a0f683b38a7f8f70445246cff3a7dc4.tar.bz2 | |
fswatch 1.4.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fswatch.rb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/fswatch.rb b/Library/Formula/fswatch.rb index a2b30dcfc..75c9e941a 100644 --- a/Library/Formula/fswatch.rb +++ b/Library/Formula/fswatch.rb @@ -1,9 +1,9 @@ require "formula" class Fswatch < Formula - homepage "https://github.com/alandipert/fswatch" - url "https://github.com/alandipert/fswatch/archive/1.3.9.tar.gz" - sha1 "5035f9f3ece9b64f523f62e47edaf791f305a424" + homepage "https://github.com/emcrisostomo/fswatch" + url "https://github.com/emcrisostomo/fswatch/releases/download/1.4.0/fswatch-1.4.0.zip" + sha1 "12031348b0afcc12105c63271aa57e599fc9ab94" bottle do sha1 "4f002ffcb2a2c1fa93c1eb1976b12e6eed38304f" => :mavericks @@ -11,14 +11,10 @@ class Fswatch < Formula sha1 "3bb0ac74a32cd00429bef19b088687e4ff836307" => :lion end - depends_on "autoconf" => :build - depends_on "automake" => :build - needs :cxx11 def install ENV.cxx11 - system "./autogen.sh" system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking", "--disable-silent-rules" |
