From 91c3368b698f30859c5f4a9f4f10a733ccfb7cc7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:45:30 +0000 Subject: [PATCH 1/2] wiremock-standalone 3.5.4 --- Formula/w/wiremock-standalone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/w/wiremock-standalone.rb b/Formula/w/wiremock-standalone.rb index 2154186645a4..652f213eba2c 100644 --- a/Formula/w/wiremock-standalone.rb +++ b/Formula/w/wiremock-standalone.rb @@ -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.5.3/wiremock-standalone-3.5.3.jar" - sha256 "1c85a1b9a5b7ebf91db23f22643d00347436ea895446760bd6ae5f7105c71e3c" + url "https://search.maven.org/remotecontent?filepath=org/wiremock/wiremock-standalone/3.5.4/wiremock-standalone-3.5.4.jar" + sha256 "0658e4894b393ce3d8d9ef9b981f04eb3f81589304e8434ff4d0dcd17479565d" license "Apache-2.0" livecheck do From ddeffdda8eb175890e952f64215c5792c64a3f0d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:29:21 +0000 Subject: [PATCH 2/2] wiremock-standalone: update 3.5.4 bottle. --- Formula/w/wiremock-standalone.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/w/wiremock-standalone.rb b/Formula/w/wiremock-standalone.rb index 652f213eba2c..96dcb2fa35a9 100644 --- a/Formula/w/wiremock-standalone.rb +++ b/Formula/w/wiremock-standalone.rb @@ -11,7 +11,7 @@ class WiremockStandalone < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "f7a07ced459b4a9e2a4cc7d55a930355b873478fe9af2811a3957460f8771686" + sha256 cellar: :any_skip_relocation, all: "bdb1c5258c45681b89d44bbac9c3a949f38afdeef2295fae617d274f804a138e" end depends_on "openjdk"