diff options
| author | Adam Vandenberg | 2012-01-29 10:53:20 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-02 19:21:47 -0800 |
| commit | 1e20e28d6392f7dd22a0c15b5dd5343259f820c3 (patch) | |
| tree | 8a8df250d3533e04fd608679256c04d007a9a929 /Library/Formula | |
| parent | ad96d885ea58db3c776fdffdfed080c5a58bda93 (diff) | |
| download | homebrew-1e20e28d6392f7dd22a0c15b5dd5343259f820c3.tar.bz2 | |
intltool 0.50.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/intltool.rb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Formula/intltool.rb b/Library/Formula/intltool.rb index 1d4dd4d54..1bbfc9371 100644 --- a/Library/Formula/intltool.rb +++ b/Library/Formula/intltool.rb @@ -2,8 +2,14 @@ require 'formula' class Intltool < Formula homepage 'http://www.freedesktop.org/wiki/Software/intltool' - url 'http://edge.launchpad.net/intltool/trunk/0.41.1/+download/intltool-0.41.1.tar.gz' - md5 'd6c91bf06681919ccfdf3624035b75dc' + url 'http://launchpad.net/intltool/trunk/0.50.0/+download/intltool-0.50.0.tar.gz' + md5 '0da9847a60391ca653df35123b1f7cc0' + + # Even though this module is supposed to be there on Snow Leopard, + # I've run into a situation where it isn't, and we have gotten other + # reports of it happening. So, adding it here just to be safe. + # @adamv + depends_on 'XML::Parser' => :perl def install system "./configure", "--prefix=#{prefix}" |
