aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ape.rb9
1 files changed, 7 insertions, 2 deletions
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"