diff options
| author | BrewTestBot | 2014-06-09 16:46:08 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-09 16:53:56 +0100 |
| commit | 1950a80100f276c5153f4943ef8ad2152970948d (patch) | |
| tree | 6a9206a8685765567e365f38a51e438b2286b6d7 /Library/Formula | |
| parent | e6848437ac8716cba1ba9598b8170200f0df9f47 (diff) | |
| download | homebrew-1950a80100f276c5153f4943ef8ad2152970948d.tar.bz2 | |
zmap: add 1.2.1 bottle.
Closes #29999.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zmap.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/zmap.rb b/Library/Formula/zmap.rb index 606827e2a..6d09da026 100644 --- a/Library/Formula/zmap.rb +++ b/Library/Formula/zmap.rb @@ -7,6 +7,13 @@ class Zmap < Formula head 'https://github.com/zmap/zmap.git' + bottle do + cellar :any + sha1 "67ee1c3239a4109088a7b5f9d9db4884640c1920" => :mavericks + sha1 "3d780dc9a1125d96294d7071b1cdc359ccf4f302" => :mountain_lion + sha1 "b0482d7fedc3063f7218997f4ecdcb93043f898a" => :lion + end + depends_on 'cmake' => :build depends_on 'gengetopt' => :build depends_on 'byacc' => :build |
