diff options
Diffstat (limited to 'Library/Formula/glib.rb')
| -rw-r--r-- | Library/Formula/glib.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index 32e5c92e5..56e847660 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -1,6 +1,6 @@ require 'formula' -class Libiconv <Formula +class Libiconv < Formula url 'http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz' md5 '7ab33ebd26687c744a37264a330bbe9a' homepage 'http://www.gnu.org/software/libiconv/' @@ -8,7 +8,7 @@ end def build_tests?; ARGV.include? '--test'; end -class Glib <Formula +class Glib < Formula url 'http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.2.tar.bz2' sha256 '3aeb521abd3642dd1224379f0e54915957e5010f888a4ae74afa0ad54da0160c' homepage 'http://www.gtk.org' |
