diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gtk+3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gtk+3.rb b/Library/Formula/gtk+3.rb index 0f26ff441..39c2e09cf 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.4.tar.xz' - sha256 '4fd411fc6377d969d7f8e99c14d078822e8dbe940a417be299e456a3d2c4a52b' + url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/3.10/gtk+-3.10.5.tar.xz' + sha256 '3191f6d8e8cdf0bac1a8ed6388acc67a15acf5e276161c9b93a305938d29ccc7' depends_on :x11 => '2.5' # needs XInput2, introduced in libXi 1.3 depends_on 'pkg-config' => :build |
