From 7373d9b9c64e402c1d4f47b349b63f3a29ba5ba7 Mon Sep 17 00:00:00 2001 From: Lee Hanxue Date: Sat, 12 Oct 2013 02:18:06 +0800 Subject: [PATCH] gtk 3.10.1 Closes Homebrew/homebrew#23208. Signed-off-by: Mike McQuaid --- Formula/gtk+3.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gtk+3.rb b/Formula/gtk+3.rb index fee74025ee..05fb70fcc5 100644 --- a/Formula/gtk+3.rb +++ b/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.10/gtk+-3.10.0.tar.xz' - sha256 '6559feb360cd935d341cd7a0b69a72f8f4346ed6ee9b7c4040c02b73b75c53fe' + url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/3.10/gtk+-3.10.1.tar.xz' + sha1 '6840ce0c7180344b063147332d4bf515a79ccebf' depends_on :x11 => '2.5' # needs XInput2, introduced in libXi 1.3 depends_on 'pkg-config' => :build