From 1eb21f89f0057a1b6a2c3014215f91aa8c52b55d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:08:31 +0000 Subject: [PATCH 1/2] wiremock-standalone 3.4.2 --- 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 963482aa0b649..c7d7a9fe6b758 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.4.1/wiremock-standalone-3.4.1.jar" - sha256 "4aac8f77a7870f33459fbbf320f396de5fcab696a288b0bab8c20aa8bdc6377b" + url "https://search.maven.org/remotecontent?filepath=org/wiremock/wiremock-standalone/3.4.2/wiremock-standalone-3.4.2.jar" + sha256 "06d7fba104667d09c7765e436b0176c4e7330eb47fe4fa3ff4dcad82a4cb9154" license "Apache-2.0" livecheck do From 60676e6d6b49062d482960a0f1da7bd2090a3d94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:44:38 +0000 Subject: [PATCH 2/2] wiremock-standalone: update 3.4.2 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 c7d7a9fe6b758..cb06917b41777 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: "31c4427b1504936eb26e3647b753a34ed63f716ba6ff1f2d19fd524b4ea508fe" + sha256 cellar: :any_skip_relocation, all: "030fba7305a8f0d597fde67e1f3988c258ac4b198113c3e732a01cf18aee5d1e" end depends_on "openjdk"