diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gdk-pixbuf.rb | 6 | 
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  | 
