We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cf890 commit ea01046Copy full SHA for ea01046
Formula/s/swagger-codegen.rb
@@ -1,8 +1,8 @@
1
class SwaggerCodegen < Formula
2
desc "Generate clients, server stubs, and docs from an OpenAPI spec"
3
homepage "https://swagger.io/tools/swagger-codegen/"
4
- url "https://github.com/swagger-api/swagger-codegen/archive/refs/tags/v3.0.69.tar.gz"
5
- sha256 "65a9c70119afaf3d780f9f50c75cf178c4f9a294adc0183749a36e2e9aa3d580"
+ url "https://github.com/swagger-api/swagger-codegen/archive/refs/tags/v3.0.70.tar.gz"
+ sha256 "d7e13130abe3405d847a2cdb6f2a67d4bef6c157f159b9da1aefbc988d523319"
6
license "Apache-2.0"
7
head "https://github.com/swagger-api/swagger-codegen.git", branch: "master"
8
0 commit comments