infer: add 0.5.0 bottle.
This commit is contained in:
parent
a8ed09a149
commit
19c9ba027a
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Infer < Formula
|
|||
url "https://github.com/facebook/infer/releases/download/v0.5.0/infer-osx-v0.5.0.tar.xz"
|
||||
sha256 "6a8547ac0b75a5e2bbeccae2169e39f753a60adbcacb6c94599fd31343a71ce7"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "e4ef852bc85675803f4f5a0f2cca5972ea33d3947c5f0e01195d53126ea49b79" => :el_capitan
|
||||
sha256 "f3049600231d142851d0b35ea161de5e7053abc1d9ba78bf45f07addb2298745" => :yosemite
|
||||
sha256 "8cac200ab4fff43b90c75f20ab5a66889a9c25b525763e65e1fd8daf8ded8375" => :mavericks
|
||||
end
|
||||
|
||||
option "without-clang", "Build without C/Objective-C analyzer"
|
||||
option "without-java", "Build without Java analyzer"
|
||||
|
||||
|
|
Loading…
Reference in a new issue