aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-07-22 02:18:02 -0500
committerJack Nagel2012-07-22 02:18:02 -0500
commit14db28b25f3a1b671e0920e2be3f5f5e0974fb72 (patch)
tree813560b0dd45a7b7e5888587bca790e4e9d993a5 /Library
parentb1da7fc6dd5af84dcb3e5f41b26897891b10ea5a (diff)
downloadhomebrew-14db28b25f3a1b671e0920e2be3f5f5e0974fb72.tar.bz2
gtk+3 3.4.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gtk+3.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gtk+3.rb b/Library/Formula/gtk+3.rb
index 5b064f30c..b6c3f77b6 100644
--- a/Library/Formula/gtk+3.rb
+++ b/Library/Formula/gtk+3.rb
@@ -2,8 +2,8 @@ require 'formula'
class Gtkx3 < Formula
homepage 'http://gtk.org/'
- url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/3.4/gtk+-3.4.3.tar.xz'
- sha256 '846010442a96590469cde16ed6a1fdfe09397e435165459f04d31cfa5713799f'
+ url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/3.4/gtk+-3.4.4.tar.xz'
+ sha256 'f154e460075034da4c0ce89c320025dcd459da2a1fdf32d92a09522eaca242c7'
depends_on :x11 => '2.5' # needs XInput2, introduced in libXi 1.3
depends_on 'pkg-config' => :build
@@ -27,6 +27,6 @@ class Gtkx3 < Formula
end
def test
- system "#{bin}/gtk-demo"
+ system "#{bin}/gtk3-demo"
end
end