diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ats2-postiats.rb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/ats2-postiats.rb b/Library/Formula/ats2-postiats.rb index ec7892ec9..3426ac3b1 100644 --- a/Library/Formula/ats2-postiats.rb +++ b/Library/Formula/ats2-postiats.rb @@ -2,8 +2,8 @@ require "formula" class Ats2Postiats < Formula homepage "http://www.ats-lang.org/" - url "https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.1.0/ATS2-Postiats-0.1.0.tgz" - sha1 "7767db094f7f050edf30518866892b6cd0e2277e" + url "https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.1.4/ATS2-Postiats-0.1.4.tgz" + sha1 "a1efb18fad356c5e6dcddde79b8433476443da09" bottle do cellar :any @@ -14,6 +14,10 @@ class Ats2Postiats < Formula depends_on "gmp" + fails_with :clang do + cause "Trying to compile this with Clang is failure-galore." + end + def install ENV.deparallelize |
