GTK+ 2.24.4, GLib 2.28.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4554cd3fe6
commit
c7f0fbeab5
2 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue