aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 12:30:30 +0000
committerMike McQuaid2014-02-22 12:30:30 +0000
commitd2ab1ed011abf1db812ba4b77b83f3894b033d28 (patch)
treea81ad405f12569609d88cb5827990ce6ecd169e7 /Library/Formula
parent9716696700bf65141aec608ee8fdc7bd1fec28e5 (diff)
downloadhomebrew-d2ab1ed011abf1db812ba4b77b83f3894b033d28.tar.bz2
glib: add bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/glib.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb
index 2a61eb093..222074b99 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -5,6 +5,12 @@ class Glib < Formula
url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.38/glib-2.38.2.tar.xz'
sha256 '056a9854c0966a0945e16146b3345b7a82562a5ba4d5516fd10398732aea5734'
+ bottle do
+ sha1 "4859364747094843599c19a42d7d150f91629f6c" => :mavericks
+ sha1 "bd656d91c1641f0f12a0c509c60a7cb7b10416de" => :mountain_lion
+ sha1 "2530552dce455e85f109ebeb090843cd9d7c4630" => :lion
+ end
+
option :universal
option 'test', 'Build a debug build and run tests. NOTE: Not all tests succeed yet'
option 'with-static', 'Build glib with a static archive.'