aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-03-28 17:23:57 +0000
committerJack Nagel2014-03-28 12:30:59 -0500
commit9a30356b703a5aea4534c220fc423f63cb667c0f (patch)
tree123d5ed0050b9ce586b71bd524b62f36be1b4f1b
parentf5ebee3703529280d1ed60aa6ff2d0b1903fdfe1 (diff)
downloadhomebrew-9a30356b703a5aea4534c220fc423f63cb667c0f.tar.bz2
at-spi2-atk: add 2.12.0 bottle.
-rw-r--r--Library/Formula/at-spi2-atk.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/at-spi2-atk.rb b/Library/Formula/at-spi2-atk.rb
index 411a60909..dd1b70ad1 100644
--- a/Library/Formula/at-spi2-atk.rb
+++ b/Library/Formula/at-spi2-atk.rb
@@ -5,6 +5,13 @@ class AtSpi2Atk < Formula
url 'http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.12/at-spi2-atk-2.12.0.tar.xz'
sha256 '3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd1c3633'
+ bottle do
+ cellar :any
+ sha1 "0332a20b531627abf55f9cea631fcdff17d77963" => :mavericks
+ sha1 "a31be6abe965405218fb8dc0aee7cc3391b48575" => :mountain_lion
+ sha1 "f29c7a7b5b49cddb9ba41b0276e9d2b7f4fd1b31" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'at-spi2-core'
depends_on 'atk'