diff options
| author | BrewTestBot | 2014-10-19 18:49:33 +0100 |
|---|---|---|
| committer | BrewTestBot | 2014-10-19 18:49:33 +0100 |
| commit | 4d384b897f7b2f929b32eed06cb3ac9264a10350 (patch) | |
| tree | 7015b6c719daf282c2c8249509daff4a817e9a82 | |
| parent | 790852da181f593aa38f55b4185e02deff083d18 (diff) | |
| download | homebrew-4d384b897f7b2f929b32eed06cb3ac9264a10350.tar.bz2 | |
fontconfig: update 2.11.1 bottle.
| -rw-r--r-- | Library/Formula/fontconfig.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/fontconfig.rb b/Library/Formula/fontconfig.rb index 67b213334..203d6715f 100644 --- a/Library/Formula/fontconfig.rb +++ b/Library/Formula/fontconfig.rb @@ -8,10 +8,11 @@ class Fontconfig < Formula # The bottle tooling is too lenient and thinks fontconfig # is relocatable, but it has hardcoded paths in the executables. bottle do - revision 2 - sha1 "7f481637395b324e3f84ca098f9cf85d1ac9f5cb" => :mavericks - sha1 "1a5cea57cdd15d077e829fe93a2d794655249ba5" => :mountain_lion - sha1 "5bbe702fb724ea913579f0b22cc36da93f3c7687" => :lion + cellar :any + revision 3 + sha1 "aa8cd844a4740cb6458a4c4bd74746de6e75a02b" => :yosemite + sha1 "5d273ae804ff4c3f2ad735d77e9d25b2cb1ce910" => :mavericks + sha1 "17c0696a6e075db8d6822bdde341616d36cb0c0d" => :mountain_lion end keg_only :provided_pre_mountain_lion |
