From b871c7fc32b4261d3767a9f00d4159b8ff1d375d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 28 Mar 2013 13:46:43 -0700 Subject: ape fails with clang Closes #18802. --- Library/Formula/ape.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/ape.rb b/Library/Formula/ape.rb index 5f89d6fd4..c4d73378f 100644 --- a/Library/Formula/ape.rb +++ b/Library/Formula/ape.rb @@ -2,8 +2,13 @@ require 'formula' class Ape < Formula homepage 'http://www.ape-project.org/' - url 'https://github.com/APE-Project/APE_Server/tarball/v1.1.0' - sha1 'ffecd63073a2239a144d5222fd1cd56cda411903' + url 'https://github.com/APE-Project/APE_Server/archive/v1.1.0.tar.gz' + sha1 '5543822a0455f59ae249a85740d8d040bb8c03cf' + + fails_with :clang do + build 425 + cause 'multiple configure and compile errors' + end def install system "./build.sh" -- cgit v1.2.3