diff options
| author | BrewTestBot | 2014-07-03 20:34:34 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:30 +0100 |
| commit | 3d9c4fb70ecf57ca42d1acaeeb5dcaef2f4e303f (patch) | |
| tree | 38bca26507ebe9c693edd99a39bf138561aa547f /Library/Formula/liblockfile.rb | |
| parent | 17913252e3f31f6ea910622fa0b8077f5ffbdde0 (diff) | |
| download | homebrew-3d9c4fb70ecf57ca42d1acaeeb5dcaef2f4e303f.tar.bz2 | |
liblockfile: add 1.09 bottle.
Diffstat (limited to 'Library/Formula/liblockfile.rb')
| -rw-r--r-- | Library/Formula/liblockfile.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/liblockfile.rb b/Library/Formula/liblockfile.rb index 461557cb0..0d04ccc58 100644 --- a/Library/Formula/liblockfile.rb +++ b/Library/Formula/liblockfile.rb @@ -6,6 +6,12 @@ class Liblockfile < Formula mirror 'http://ftp.us.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.09.orig.tar.gz' sha1 '6f3f170bc4c303435ab5b46a6aa49669e16a5a7d' + bottle do + sha1 "a9b89459cecd5b71790d69b10db1880da9e50c69" => :mavericks + sha1 "6c8f254c0ab0b54e7d3019e793dfaaea5ba895af" => :mountain_lion + sha1 "f22c5dd847df9b3422fe23d394411a8363a74192" => :lion + end + def install system "./configure", "--disable-dependency-tracking", "--disable-debug", |
