Skip to content

Commit c5da858

Browse files
authored
Merge pull request Homebrew#251801 from wing328/patch-30
openapi-generator 7.17.0
2 parents 72d08f4 + fa33c68 commit c5da858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/o/openapi-generator.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class OpenapiGenerator < Formula
22
desc "Generate clients, server & docs from an OpenAPI spec (v2, v3)"
33
homepage "https://openapi-generator.tech/"
4-
url "https://search.maven.org/remotecontent?filepath=org/openapitools/openapi-generator-cli/7.16.0/openapi-generator-cli-7.16.0.jar"
5-
sha256 "6999b18cece5b58f5d5b246fef5a43bdf61239491c4f0ed6513214e0f6e8464b"
4+
url "https://search.maven.org/remotecontent?filepath=org/openapitools/openapi-generator-cli/7.17.0/openapi-generator-cli-7.17.0.jar"
5+
sha256 "25d6bd8273dd2be99979d544b62ea43f0ce1975f1aa582678b5093d1e7fcfce8"
66
license "Apache-2.0"
77

88
livecheck do
@@ -13,7 +13,7 @@ class OpenapiGenerator < Formula
1313
no_autobump! because: :requires_manual_review
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, all: "8768272ef3ff5e0c31ff51f5ea24e25f706a4f855bafb3a7587008cfc529a448"
16+
sha256 cellar: :any_skip_relocation, all: "537abe185b2907ab050a65a9810d3b300b339a0b8b3fc315568858f2c00adbb3"
1717
end
1818

1919
head do

0 commit comments

Comments
 (0)