diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libcroco.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libcroco.rb b/Library/Formula/libcroco.rb index c463d5e12..6ed80cedf 100644 --- a/Library/Formula/libcroco.rb +++ b/Library/Formula/libcroco.rb @@ -5,6 +5,13 @@ class Libcroco < Formula url 'http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/libcroco-0.6.5.tar.xz' sha256 '2c6959c3644e889264a61c35ddf17401c86943681d4fe3c1682ecd9acabda7e3' + bottle do + cellar :any + sha1 "fa9e84447cda19feb8897ee6ac98c13f505ebe71" => :mavericks + sha1 "5c8bfd41955f6a14dd12c3307047c6d865ef390c" => :mountain_lion + sha1 "70c653cf465e239f2f928e4adc5ad10a4a48e5a7" => :lion + end + depends_on 'pkg-config' => :build depends_on 'intltool' => :build depends_on 'glib' |
