diff options
| author | Jack Nagel | 2013-07-09 16:02:08 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-07-09 16:02:08 -0500 | 
| commit | e5e487877b7697c9857b65b5f99265171e905242 (patch) | |
| tree | 7a13d9bbba3eb2aaef6542994d607c6d4fcd6a55 /Library | |
| parent | a919795b1b82b6de8815e894b5534e89006bad4b (diff) | |
| download | homebrew-e5e487877b7697c9857b65b5f99265171e905242.tar.bz2 | |
gtk+ 2.24.20
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gtk+.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb index dd6174cfa..3a4b5b20e 100644 --- a/Library/Formula/gtk+.rb +++ b/Library/Formula/gtk+.rb @@ -2,8 +2,8 @@ require 'formula'  class Gtkx < Formula    homepage 'http://gtk.org/' -  url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.19.tar.xz' -  sha256 '15b8bf463eba99abfa58270662914e8e9b83568ab4945b5f0ef1aa29e90becb8' +  url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.20.tar.xz' +  sha256 'cc66bcbf9239a7d9861175c681ba95894b55c70dc0b37aad8345c46ecfda0da3'    depends_on 'pkg-config' => :build    depends_on 'xz' => :build  | 
