aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-20 14:40:29 -0700
committerAdam Vandenberg2010-05-13 09:21:58 -0700
commitcc875ec85e1bf213eefe0db49c16c59e6dbc4e12 (patch)
treee200647e5a08f592c8f562e969f1e45e76f129c1
parentc11bb683ff719d2133e4ff5532147665f83742e1 (diff)
downloadhomebrew-cc875ec85e1bf213eefe0db49c16c59e6dbc4e12.tar.bz2
Update glib to 2.24.1
-rw-r--r--Library/Formula/glib.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb
index 0930efa50..919307ab1 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -1,16 +1,16 @@
require 'formula'
class Libiconv <Formula
- @url='http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz'
- @homepage='http://www.gnu.org/software/libiconv/'
- @md5='7ab33ebd26687c744a37264a330bbe9a'
+ url 'http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz'
+ md5 '7ab33ebd26687c744a37264a330bbe9a'
+ homepage 'http://www.gnu.org/software/libiconv/'
end
class Glib <Formula
- @url='http://ftp.gnome.org/pub/gnome/sources/glib/2.22/glib-2.22.4.tar.bz2'
- @md5='d91bcbe27556430ddecce65086355708'
- @homepage='http://www.gtk.org'
+ url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.1.tar.bz2'
+ sha256 '014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04'
+ homepage 'http://www.gtk.org'
depends_on 'pkg-config'
depends_on 'gettext'