aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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'