aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 18:38:39 +0000
committerMike McQuaid2014-02-22 18:38:39 +0000
commit9e1603a2dde37aaf9aad70fed1474f2c2c192956 (patch)
tree48c262da93faa27f58f331c6bf4c5ef872c642c1 /Library
parent6ee81241d9d67de852706dd7bf7b483f5b90485f (diff)
downloadhomebrew-9e1603a2dde37aaf9aad70fed1474f2c2c192956.tar.bz2
gdk-pixbuf: add bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gdk-pixbuf.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gdk-pixbuf.rb b/Library/Formula/gdk-pixbuf.rb
index f1ab061bc..ee6f6cb57 100644
--- a/Library/Formula/gdk-pixbuf.rb
+++ b/Library/Formula/gdk-pixbuf.rb
@@ -5,6 +5,12 @@ class GdkPixbuf < Formula
url 'http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.30/gdk-pixbuf-2.30.4.tar.xz'
sha256 'a13bbad0d804829b260bc901dc7d284d330c534489fc1666c126fa4555bbb051'
+ bottle do
+ sha1 "5e264d248d4893087f1e8bcc044b6977f552032f" => :mavericks
+ sha1 "08fe8e370c69bda4b2fabbbc6a2817fcd24545d9" => :mountain_lion
+ sha1 "9bb3a41fc00a096cec2bce041729c59e74bdd617" => :lion
+ end
+
option :universal
depends_on 'pkg-config' => :build