aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/atf.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-28 00:44:59 -0800
committerAdam Vandenberg2013-11-28 00:44:59 -0800
commit538a3853285f2fbb9ef994dde367eebfa84dab7b (patch)
tree62466a4227343872404b93ad7438c3c4537098f1 /Library/Formula/atf.rb
parent86394c605ffc3a46b92f324c532942481e1c5615 (diff)
downloadhomebrew-538a3853285f2fbb9ef994dde367eebfa84dab7b.tar.bz2
atf 0.18
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