aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-08-24 23:18:07 -0500
committerJack Nagel2014-08-24 23:18:07 -0500
commit5fc79ebf96102f3d8ede59077700e0f7fc701a68 (patch)
tree1a758d58ced185c4d251e86f06fa956bc748c9be /Library
parent7c21ac44e7da40190e238725668b7de50e7bff1b (diff)
downloadhomebrew-5fc79ebf96102f3d8ede59077700e0f7fc701a68.tar.bz2
clutter: add 1.18.4 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/clutter.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/clutter.rb b/Library/Formula/clutter.rb
index bd136af9c..165932ddf 100644
--- a/Library/Formula/clutter.rb
+++ b/Library/Formula/clutter.rb
@@ -5,6 +5,12 @@ class Clutter < Formula
url "http://ftp.gnome.org/pub/gnome/sources/clutter/1.18/clutter-1.18.4.tar.xz"
sha256 "4eea1015cd6d4b4945cb5d4a60e52275b0d70e13852d6d99c9abc0cd4deeb60c"
+ bottle do
+ sha1 "de24b028cfc61d47b60e9d539dc5e3e2a8b41c8e" => :mavericks
+ sha1 "5ae46c3e3f7196e7df4c467d38fb8ce2b6942584" => :mountain_lion
+ sha1 "daf3abee60ec5e8cbbaa99c56223ae520e0d4fc3" => :lion
+ end
+
option "without-x", "Build without X11 support"
depends_on "pkg-config" => :build