atk 2.0.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ruben Fonseca 2011-07-30 15:19:23 +01:00 committed by Adam Vandenberg
parent 18f6001b6e
commit 9a15207fbe

View file

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