From 4aa80295242e4373aba1eef6a5a2dceb2184f99f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 9 Jan 2023 10:42:07 -0500 Subject: [PATCH] pumba 0.9.2 Closes #120137. Signed-off-by: Patrick Linnane Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/pumba.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/pumba.rb b/Formula/pumba.rb index fe40359acef..305ac717985 100644 --- a/Formula/pumba.rb +++ b/Formula/pumba.rb @@ -1,8 +1,8 @@ class Pumba < Formula desc "Chaos testing tool for Docker" homepage "https://github.com/alexei-led/pumba" - url "https://github.com/alexei-led/pumba/archive/0.9.0.tar.gz" - sha256 "7faa50566898a53b0fff81973e7161874eabec45ad11f9defcd0e04310bddaff" + url "https://github.com/alexei-led/pumba/archive/0.9.2.tar.gz" + sha256 "d45c26b72f92414ef7e6c5e307e89b6774f212792664b67b577d7c5b7684de31" license "Apache-2.0" head "https://github.com/alexei-led/pumba.git", branch: "master"