diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xdelta.rb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/xdelta.rb b/Library/Formula/xdelta.rb index cd1075c6d..7fe3872c1 100644 --- a/Library/Formula/xdelta.rb +++ b/Library/Formula/xdelta.rb @@ -2,15 +2,8 @@ require 'formula' class Xdelta < Formula homepage 'http://xdelta.org' - url 'http://xdelta.googlecode.com/files/xdelta3-3.0.1.tar.gz' - sha1 '7eae42bd16f4c9c33be85c2faf420c36541bfa61' - - # Fixed upstream in SVN revision 350 - # Can be removed in 3.0.2 - fails_with :clang do - build 318 - cause "Undefined symbols for architecture x86_64: \"_xd3_source_eof\"" - end + url 'http://xdelta.googlecode.com/files/xdelta3-3.0.3.tar.gz' + sha1 '4dfffc52a77a507edfac226d0e4716e35eaa68be' def install system "./configure", "--disable-dependency-tracking", |
