Skip to content

Commit

Permalink
swagger-codegen@2 2.4.39
Browse files Browse the repository at this point in the history
swagger-codegen@2: update homepage

```
$ curl -I https://swagger.io/swagger-codegen/
HTTP/2 301
date: Tue, 02 Jan 2024 16:07:29 GMT
content-type: text/html; charset=utf-8
cache-control: no-cache
pragma: no-cache
expires: -1
location: /tools/swagger-codegen/
```

swagger-codegen@2: update livecheck

Co-authored-by: Rui Chen <[email protected]>
Co-authored-by: Sam Ford <[email protected]>
  • Loading branch information
3 people committed Jan 2, 2024
1 parent ac8efa0 commit f757026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/s/[email protected]
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class SwaggerCodegenAT2 < 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/refs/tags/v2.4.38.tar.gz"
sha256 "32ff457e226204cfbcc998c8414ad91eaef3d2d4ea1e0a68f3bbb010ef188a49"
homepage "https://swagger.io/tools/swagger-codegen/"
url "https://github.com/swagger-api/swagger-codegen/archive/refs/tags/v2.4.39.tar.gz"
sha256 "3d6c735eafc457a905711918759952b1bd8b249add0dc4e2d801047629979e2f"
license "Apache-2.0"

livecheck do
url "https://github.com/swagger-api/swagger-codegen.git"
url :stable
regex(/^v?(2(?:\.\d+)+)$/i)
end

Expand Down

0 comments on commit f757026

Please sign in to comment.