diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fswatch.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fswatch.rb b/Library/Formula/fswatch.rb index 06c7c5645..f215bf0c4 100644 --- a/Library/Formula/fswatch.rb +++ b/Library/Formula/fswatch.rb @@ -5,6 +5,13 @@ class Fswatch < Formula url "https://github.com/alandipert/fswatch/archive/1.3.5.tar.gz" sha1 "e22d0d21c563dab03f1339ad64530c6358780516" + bottle do + cellar :any + sha1 "f72d8496ac893e2e7314f5a1b405ec4bc8a0d4da" => :mavericks + sha1 "7c2ee61eb7346ff3fc0873ed3dc568aaf60cb8dc" => :mountain_lion + sha1 "9fb2150adee74b9717b4c3fb5d21e122fb440541" => :lion + end + depends_on "autoconf" => :build depends_on "automake" => :build |
