swagger-codegen 3.0.4
Closes #36087. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
bde1f34f0d
commit
46c53fe511
2 changed files with 3 additions and 2 deletions
1
Aliases/swagger-codegen@3
Symbolic link
1
Aliases/swagger-codegen@3
Symbolic link
|
@ -0,0 +1 @@
|
|||
../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
|
||||
|
|
Loading…
Reference in a new issue