diff options
| author | nibbles 2bits | 2012-09-04 11:48:20 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-04 11:51:10 -0700 |
| commit | c1b6cb2e3b2517c07aedab61b8c7d1a2365e19ab (patch) | |
| tree | 6ddc7fe45edc2c9a62c7c4e2ef034d0e098cee69 /Library/Formula/liblockfile.rb | |
| parent | 8170f64217df1eefabc699a33c32e6ab8a090514 (diff) | |
| download | homebrew-c1b6cb2e3b2517c07aedab61b8c7d1a2365e19ab.tar.bz2 | |
liblockfile 1.09
Upgrade liblockfile to version 1.09.
Works well on 10.8 with clang.
Closes #14702.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/liblockfile.rb')
| -rw-r--r-- | Library/Formula/liblockfile.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/liblockfile.rb b/Library/Formula/liblockfile.rb index 5762e9e53..461557cb0 100644 --- a/Library/Formula/liblockfile.rb +++ b/Library/Formula/liblockfile.rb @@ -1,10 +1,10 @@ require 'formula' class Liblockfile < Formula - url 'http://mirrors.kernel.org/debian/pool/main/libl/liblockfile/liblockfile_1.08.orig.tar.gz' - mirror 'http://ftp.us.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.08.orig.tar.gz' homepage 'http://packages.qa.debian.org/libl/liblockfile.html' - sha1 'c3b67ca81abb45aa02c75c2a99f0e387b897fe73' + url 'http://mirrors.kernel.org/debian/pool/main/libl/liblockfile/liblockfile_1.09.orig.tar.gz' + mirror 'http://ftp.us.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.09.orig.tar.gz' + sha1 '6f3f170bc4c303435ab5b46a6aa49669e16a5a7d' def install system "./configure", "--disable-dependency-tracking", |
