atk: add bottle.
This commit is contained in:
parent
a246e00023
commit
1364a4baf7
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ class Atk < Formula
|
|||
url 'http://ftp.gnome.org/pub/gnome/sources/atk/2.10/atk-2.10.0.tar.xz'
|
||||
sha256 '636917a5036bc851d8491194645d284798ec118919a828be5e713b6ecc5b50b0'
|
||||
|
||||
bottle do
|
||||
sha1 "f2d6e44d20954bc11b0b031d95c2b8def08227ac" => :mavericks
|
||||
sha1 "a001261286b17f0c43fce8f1f267a3e19d133bc9" => :mountain_lion
|
||||
sha1 "30c7d64a0836a73d68ead846db528ab0479930d5" => :lion
|
||||
end
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'xz' => :build
|
||||
depends_on 'glib'
|
||||
|
|
Loading…
Reference in a new issue