swagger-codegen: add 2.1.5 bottle.

This commit is contained in:
BrewTestBot 2016-01-08 02:27:59 +00:00 committed by Martin Afanasjew
parent 12342794c6
commit 6f541ab83f

View file

@ -5,6 +5,13 @@ class SwaggerCodegen < Formula
sha256 "0af11ac04552114ad8d185a2bbedbd961aef1d9e69f7eec7ac27602675844f68" sha256 "0af11ac04552114ad8d185a2bbedbd961aef1d9e69f7eec7ac27602675844f68"
head "https://github.com/swagger-api/swagger-codegen.git" head "https://github.com/swagger-api/swagger-codegen.git"
bottle do
cellar :any_skip_relocation
sha256 "f04e9018a8bba33e36d7a5471d65f24babc7a02df9cfdb5dd82254bda9e58463" => :el_capitan
sha256 "1a98508472336a5bfce372478ec4005049598e5114e2d66a34cc42624e759700" => :yosemite
sha256 "762cf623888094cf888a78d711a0218faac73a997df6e408f62dfad0421e1cc5" => :mavericks
end
depends_on :java => "1.7+" depends_on :java => "1.7+"
depends_on "maven" => :build depends_on "maven" => :build