From 46c53fe511088980451cb107e88a395ca5a22071 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Thu, 17 Jan 2019 08:20:08 +1100 Subject: [PATCH] swagger-codegen 3.0.4 Closes #36087. Signed-off-by: Chongyu Zhu --- Aliases/swagger-codegen@3 | 1 + Formula/swagger-codegen.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 Aliases/swagger-codegen@3 diff --git a/Aliases/swagger-codegen@3 b/Aliases/swagger-codegen@3 new file mode 120000 index 0000000000..a151db38e9 --- /dev/null +++ b/Aliases/swagger-codegen@3 @@ -0,0 +1 @@ +../Formula/swagger-codegen.rb \ No newline at end of file diff --git a/Formula/swagger-codegen.rb b/Formula/swagger-codegen.rb index 140dfe3fd1..284cee58f7 100644 --- a/Formula/swagger-codegen.rb +++ b/Formula/swagger-codegen.rb @@ -1,8 +1,8 @@ class SwaggerCodegen < Formula desc "Generate clients, server stubs, and docs from an OpenAPI spec" homepage "https://swagger.io/swagger-codegen/" - url "https://github.com/swagger-api/swagger-codegen/archive/v3.0.3.tar.gz" - sha256 "6b6e3e892ac32e329eab0f95d824257b628f7dcf6b7d31097c6099593234309f" + url "https://github.com/swagger-api/swagger-codegen/archive/v3.0.4.tar.gz" + sha256 "8a839a810a4e399a36ae8b5914c9aab449a9f9433ae4ae362c7fd2439309ca30" head "https://github.com/swagger-api/swagger-codegen.git" bottle do