aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-03-28 17:23:57 +0000
committerJack Nagel2014-03-28 12:30:59 -0500
commit2c75dcdcf887f7535fbbad64e76cc5ea2b6395c8 (patch)
treeac9b87693f2d691d38f247962e8025583113f0f2 /Library/Formula
parent91fd488be2f70dd39ab0261c0a9317927a23e860 (diff)
downloadhomebrew-2c75dcdcf887f7535fbbad64e76cc5ea2b6395c8.tar.bz2
at-spi2-core: add 2.12.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/at-spi2-core.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/at-spi2-core.rb b/Library/Formula/at-spi2-core.rb
index 4d8b1b23c..fe191de30 100644
--- a/Library/Formula/at-spi2-core.rb
+++ b/Library/Formula/at-spi2-core.rb
@@ -5,6 +5,12 @@ class AtSpi2Core < Formula
url 'http://ftp.acc.umu.se/pub/GNOME/sources/at-spi2-core/2.12/at-spi2-core-2.12.0.tar.xz'
sha256 'db550edd98e53b4252521459c2dcaf0f3b060a9bad52489b9dbadbaedad3fb89'
+ bottle do
+ sha1 "ddf80fbbe58a704dc6bab85472c73f28f343078f" => :mavericks
+ sha1 "ebc0bca7a9c5eebfdf57eb22b473a94d714dda09" => :mountain_lion
+ sha1 "5cfe5fae100a7787ff8d3a6199ff9d0fed61cc3f" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'intltool' => :build
depends_on 'gettext'