diff options
| author | BrewTestBot | 2014-07-03 20:34:33 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:29 +0100 | 
| commit | 83d39188fd79dcf9abc0420a886b699e136fe682 (patch) | |
| tree | c56413a44ba8b0cbd59073de54af0aad91872c90 | |
| parent | 94b9426880f1458a21ae50fb68654b364442f2d7 (diff) | |
| download | homebrew-83d39188fd79dcf9abc0420a886b699e136fe682.tar.bz2 | |
libiscsi: add 1.10.0 bottle.
| -rw-r--r-- | Library/Formula/libiscsi.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libiscsi.rb b/Library/Formula/libiscsi.rb index 5fda6c007..519d39396 100644 --- a/Library/Formula/libiscsi.rb +++ b/Library/Formula/libiscsi.rb @@ -6,6 +6,13 @@ class Libiscsi < Formula    sha1 'b65de46e9a688078211c1ef8f8a5af2a828d71a6'    head 'https://github.com/sahlberg/libiscsi.git' +  bottle do +    cellar :any +    sha1 "43778910dcf766e108c519f2a4faf41ae465c784" => :mavericks +    sha1 "d14714144c5d6b781cbc1437a497ab37b5c5695f" => :mountain_lion +    sha1 "6fda26d7c6f7bc60b6c11130809f7b02120aa317" => :lion +  end +    option 'with-noinst', 'Install the noinst binaries (e.g. iscsi-test-cu)'    depends_on "autoconf" => :build  | 
