aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gobject-introspection.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 18:38:50 +0000
committerMike McQuaid2014-02-22 18:38:50 +0000
commit23351559e72733b5ffc91c29d12436c8b60525c3 (patch)
tree5c3e24d953738e6c8574426db382048e1cfdf074 /Library/Formula/gobject-introspection.rb
parent9e1603a2dde37aaf9aad70fed1474f2c2c192956 (diff)
downloadhomebrew-23351559e72733b5ffc91c29d12436c8b60525c3.tar.bz2
gobject-introspection: add bottle.
Diffstat (limited to 'Library/Formula/gobject-introspection.rb')
-rw-r--r--Library/Formula/gobject-introspection.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb
index 8109ef936..2dbc249aa 100644
--- a/Library/Formula/gobject-introspection.rb
+++ b/Library/Formula/gobject-introspection.rb
@@ -5,6 +5,12 @@ class GobjectIntrospection < Formula
url 'http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.38/gobject-introspection-1.38.0.tar.xz'
sha256 '3575e5d353c17a567fdf7ffaaa7aebe9347b5b0eee8e69d612ba56a9def67d73'
+ bottle do
+ sha1 "08dcb543c8b7f2c8fc112278db752159edb420ba" => :mavericks
+ sha1 "a65b28dde0014e5cf622657ac913e6ad5fd29709" => :mountain_lion
+ sha1 "2adfc7d361663cd40780b19cccebfb275a180791" => :lion
+ end
+
option :universal
option 'with-tests', 'Run tests in addition to the build (requires cairo)'