swagger-codegen 2.1.5

Now works with Java 8 as well.

Closes Homebrew/homebrew#47805.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
Arne Jørgensen 2016-01-07 09:43:23 +01:00 committed by Martin Afanasjew
parent 1ec216874d
commit 12342794c6

View file

@ -1,11 +1,11 @@
class SwaggerCodegen < Formula
desc "Generation of client and server from Swagger definition"
homepage "http://swagger.io/swagger-codegen/"
url "https://github.com/swagger-api/swagger-codegen/archive/v2.1.4.tar.gz"
sha256 "b4965158fb8abbebdfcaab2fdc0c5556001c587a526279d44ea9878f7ef9ef4c"
url "https://github.com/swagger-api/swagger-codegen/archive/v2.1.5.tar.gz"
sha256 "0af11ac04552114ad8d185a2bbedbd961aef1d9e69f7eec7ac27602675844f68"
head "https://github.com/swagger-api/swagger-codegen.git"
depends_on :java => "1.7"
depends_on :java => "1.7+"
depends_on "maven" => :build
def install