diff options
| author | BrewTestBot | 2014-09-23 04:57:20 +0100 | 
|---|---|---|
| committer | Brett Koonce | 2014-09-23 18:43:36 -0700 | 
| commit | b0b258bccaa8a327404bab15230eca8dff6f5a25 (patch) | |
| tree | 6105d62fd10b4874182c0e2276fc33dbef689166 | |
| parent | 4e5ccc87cf935d2d4cbd3f92909f36f0347229d0 (diff) | |
| download | homebrew-b0b258bccaa8a327404bab15230eca8dff6f5a25.tar.bz2 | |
fswatch: update 1.4.4 bottle.
Closes #32532.
| -rw-r--r-- | Library/Formula/fswatch.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/fswatch.rb b/Library/Formula/fswatch.rb index 94cb7db2a..d38864bf6 100644 --- a/Library/Formula/fswatch.rb +++ b/Library/Formula/fswatch.rb @@ -6,9 +6,9 @@ class Fswatch < Formula    sha1 "3f215a5ed50f4c9863ff5c0350e564e77dc18654"    bottle do -    sha1 "886050fa4d4d137a376ff50269b1ebc667f39bec" => :mavericks -    sha1 "64c60c0e7a8f86e4ed9b225b1533be6b6f0b858d" => :mountain_lion -    sha1 "4d70a14e0f68a3134b03952e287aab76710c96f9" => :lion +    sha1 "f2ac892185e46b924137ee43a3553701c6ae56f4" => :mavericks +    sha1 "51173f4ccbd1cb65fd7dfe87b42aab12cbed7630" => :mountain_lion +    sha1 "3e673400d51c8b622d6c21e2965078936cd28bcf" => :lion    end    needs :cxx11 | 
