Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Birger J. Nordølum 2011-04-07 23:25:04 +02:00 committed by Adam Vandenberg
parent 4384947b3f
commit 78bb127d48

View file

@ -2,8 +2,8 @@ require 'formula'
class Atk < Formula
homepage 'http://library.gnome.org/devel/atk/'
url 'ftp://ftp.gnome.org/pub/gnome/sources/atk/1.32/atk-1.32.0.tar.bz2'
sha256 'e9a3e598f75c4db1af914f8b052dd9f7e89e920a96cc187c18eb06b8339cb16e'
url 'http://ftp.gnome.org/pub/gnome/sources/atk/2.0/atk-2.0.0.tar.bz2'
sha256 '5dbdc35f7f5b3f0748039bb3faa7cd5e45ec3d337a539772bc73acd0dfb55afd'
depends_on 'pkg-config' => :build
depends_on 'glib'