aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gtk+3.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gtk+3.rb b/Library/Formula/gtk+3.rb
index b28a61690..c6c15d8cb 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.10/gtk+-3.10.2.tar.xz'
- sha256 '93af12d28e5f6ccc373ea59f31147e2884c9b3c15dc4841ce3b5cee45b13814c'
+ url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/3.10/gtk+-3.10.3.tar.xz'
+ sha256 '8fb41deb898ad00ee858d5c04e2f80d295fbd6a8e9688cd7c0ba56ab84c6b727'
depends_on :x11 => '2.5' # needs XInput2, introduced in libXi 1.3
depends_on 'pkg-config' => :build