Skip to content

Commit

Permalink
Merge pull request Homebrew#141605 from chenrui333/bump-wiremock-stan…
Browse files Browse the repository at this point in the history
…dalone-3.0.3

wiremock-standalone 3.0.3
  • Loading branch information
BrewTestBot authored Sep 6, 2023
2 parents 031842e + 32aed18 commit 2842faf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/w/wiremock-standalone.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class WiremockStandalone < Formula
desc "Simulator for HTTP-based APIs"
homepage "https://wiremock.org/docs/running-standalone/"
url "https://search.maven.org/remotecontent?filepath=org/wiremock/wiremock-standalone/3.0.2/wiremock-standalone-3.0.2.jar"
sha256 "d7f77f1b973222df99a7812f80d97e7290bb55565edac98845359b73401ab9b3"
url "https://search.maven.org/remotecontent?filepath=org/wiremock/wiremock-standalone/3.0.3/wiremock-standalone-3.0.3.jar"
sha256 "4667b72070bbe46e468cf92f0ad0a5a28a249f899be92b2628d3ba6a27e67d32"
license "Apache-2.0"

livecheck do
Expand All @@ -11,13 +11,13 @@ class WiremockStandalone < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "007ee2e6fc63507150cf8f661015ce23466362ee069e77f0e1b87d485ec3069d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "007ee2e6fc63507150cf8f661015ce23466362ee069e77f0e1b87d485ec3069d"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "007ee2e6fc63507150cf8f661015ce23466362ee069e77f0e1b87d485ec3069d"
sha256 cellar: :any_skip_relocation, ventura: "007ee2e6fc63507150cf8f661015ce23466362ee069e77f0e1b87d485ec3069d"
sha256 cellar: :any_skip_relocation, monterey: "007ee2e6fc63507150cf8f661015ce23466362ee069e77f0e1b87d485ec3069d"
sha256 cellar: :any_skip_relocation, big_sur: "007ee2e6fc63507150cf8f661015ce23466362ee069e77f0e1b87d485ec3069d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cbfeee6863d6fcbcdee6aa0dc857fee97fd9958dd6b41a83f582d79a2df96e2b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f98c022ebeea015ad9119e9c23c9f4e36df3add8741b7c13cdde3d0aa1ad52ac"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f98c022ebeea015ad9119e9c23c9f4e36df3add8741b7c13cdde3d0aa1ad52ac"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "f98c022ebeea015ad9119e9c23c9f4e36df3add8741b7c13cdde3d0aa1ad52ac"
sha256 cellar: :any_skip_relocation, ventura: "f98c022ebeea015ad9119e9c23c9f4e36df3add8741b7c13cdde3d0aa1ad52ac"
sha256 cellar: :any_skip_relocation, monterey: "f98c022ebeea015ad9119e9c23c9f4e36df3add8741b7c13cdde3d0aa1ad52ac"
sha256 cellar: :any_skip_relocation, big_sur: "f98c022ebeea015ad9119e9c23c9f4e36df3add8741b7c13cdde3d0aa1ad52ac"
sha256 cellar: :any_skip_relocation, x86_64_linux: "329b7dc029ebfdcce8f39f2472a3b5a87f1d51d43c91cd456fd84a9f2d003850"
end

depends_on "openjdk"
Expand Down

0 comments on commit 2842faf

Please sign in to comment.