diff options
| author | Jack Nagel | 2013-03-23 18:29:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-23 18:29:23 -0500 |
| commit | b755828c50e57b2fd33fc1a3e3c1e7abf334bc25 (patch) | |
| tree | eb49a510a98642cff6db393def147fb681e981c4 /Library/Formula | |
| parent | 6bab3a728b75660745b8caea6b9ec382465bdac9 (diff) | |
| download | homebrew-b755828c50e57b2fd33fc1a3e3c1e7abf334bc25.tar.bz2 | |
libffi 3.0.13
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libffi.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/libffi.rb b/Library/Formula/libffi.rb index 745540dce..917f5a241 100644 --- a/Library/Formula/libffi.rb +++ b/Library/Formula/libffi.rb @@ -1,12 +1,10 @@ require 'formula' -# 3.0.12 has a packaging error which causes GTK+, and possibly other -# software, to fail to build; see https://github.com/mxcl/homebrew/issues/18329 class Libffi < Formula homepage 'http://sourceware.org/libffi/' - url 'http://mirrors.kernel.org/sources.redhat.com/libffi/libffi-3.0.11.tar.gz' - mirror 'ftp://sourceware.org/pub/libffi/libffi-3.0.11.tar.gz' - sha1 'bff6a6c886f90ad5e30dee0b46676e8e0297d81d' + url 'http://mirrors.kernel.org/sources.redhat.com/libffi/libffi-3.0.13.tar.gz' + mirror 'ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz' + sha1 'f5230890dc0be42fb5c58fbf793da253155de106' keg_only :provided_by_osx, "Some formulae require a newer version of libffi." |
