diff options
| author | Jack Nagel | 2013-12-08 13:03:36 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-08 13:03:36 -0600 |
| commit | 4d8a7dd1694f33d80ff344a097ec2cc0947f8b94 (patch) | |
| tree | 3f8a0bc0b778e1a39bb037162462815891fc7d3d /Library | |
| parent | 0373a2d0c212e4ecb2a55e9b0b4d1cf4d65f65f1 (diff) | |
| download | homebrew-4d8a7dd1694f33d80ff344a097ec2cc0947f8b94.tar.bz2 | |
gtk+3 3.10.6
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 39c2e09cf..f1516f580 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.5.tar.xz' - sha256 '3191f6d8e8cdf0bac1a8ed6388acc67a15acf5e276161c9b93a305938d29ccc7' + url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/3.10/gtk+-3.10.6.tar.xz' + sha256 '3c24c57fc5cb7a5ea39d3a3ff7b12be63d7f21a52fd6f20f7b983e19b7b0268a' depends_on :x11 => '2.5' # needs XInput2, introduced in libXi 1.3 depends_on 'pkg-config' => :build |
