aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/atf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/atf.rb')
-rw-r--r--Library/Formula/atf.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/atf.rb b/Library/Formula/atf.rb
index a3efd6601..0d68ac3b0 100644
--- a/Library/Formula/atf.rb
+++ b/Library/Formula/atf.rb
@@ -2,15 +2,15 @@ require 'formula'
class Atf < Formula
homepage 'http://code.google.com/p/kyua/wiki/ATF'
- url 'http://kyua.googlecode.com/files/atf-0.16.tar.gz'
- sha256 'f33a85f4a0677f40be406baaf6a5a749ca02870af9707f7606a0f3fa613c8339'
+ url 'http://kyua.googlecode.com/files/atf-0.18.tar.gz'
+ sha1 '2dedc4472e0cd8b30cb54d3c96984ed7a0a1c61c'
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--sysconfdir=#{etc}"
system 'make'
- ENV.j1 # Fixes an llvm race condition error where a file exists.
+ ENV.j1
system 'make install'
end
end