aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/glib.rb4
-rw-r--r--Library/Formula/gtk+.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb
index dd6d19b34..3f93772ac 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -10,8 +10,8 @@ def build_tests?; ARGV.include? '--test'; end
class Glib < Formula
homepage 'http://www.gtk.org'
- url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.4.tar.bz2'
- sha256 'ae627cf35c6a2b4bb9b0ea624046de5fa4c40d81c29e75718bc6c2088b6bd7a1'
+ url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.5.tar.bz2'
+ sha256 '8eb4b56b228c6d0bf5021dd23db5b0084d80cc6d8d89d7863073c2da575ec22a'
depends_on 'pkg-config' => :build
depends_on 'gettext'
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb
index ac452ba16..fac28bff7 100644
--- a/Library/Formula/gtk+.rb
+++ b/Library/Formula/gtk+.rb
@@ -1,9 +1,9 @@
require 'formula'
class Gtkx < Formula
- url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.3.tar.bz2'
homepage 'http://www.gtk.org/'
- sha256 '336ddf3dd342cc36bee80dd4f86ef036044a2deb10cda67c8eecf5315b279ef7'
+ url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.4.tar.bz2'
+ sha256 '7d3033ad83647079977466d3e8f1a7533f47abd5cc693f01b8797ff43dd407a5'
depends_on 'pkg-config' => :build
depends_on 'glib'