diff options
| author | Brett Koonce | 2012-11-04 11:10:10 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-04 09:25:25 -0800 |
| commit | 9d0fac5ae1d9792368bdf0a6f281bddc3e6fa47e (patch) | |
| tree | b3cb878fe1ab540cf53492426895693407d5b75c /Library/Formula | |
| parent | 63e20e3b2ddb902b89d05236c52d3d0ef844eb18 (diff) | |
| download | homebrew-9d0fac5ae1d9792368bdf0a6f281bddc3e6fa47e.tar.bz2 | |
expat 2.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/expat.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/expat.rb b/Library/Formula/expat.rb index 1a6b705c1..8311e174e 100644 --- a/Library/Formula/expat.rb +++ b/Library/Formula/expat.rb @@ -1,9 +1,9 @@ require 'formula' class Expat < Formula - url 'http://downloads.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1.tar.gz' + url 'http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz' homepage 'http://expat.sourceforge.net/' - sha1 '663548c37b996082db1f2f2c32af060d7aa15c2d' + sha1 'b08197d146930a5543a7b99e871cba3da614f6f0' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
