From 009d92c71249e254b6a8789242311dd1b5511920 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Jan 2023 10:21:52 -0500 Subject: [PATCH] testkube 1.8.25 Closes #120730. Signed-off-by: Patrick Linnane Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/testkube.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/testkube.rb b/Formula/testkube.rb index d47706cb2c5..c64fbe3da51 100644 --- a/Formula/testkube.rb +++ b/Formula/testkube.rb @@ -2,8 +2,8 @@ class Testkube < Formula desc "Kubernetes-native framework for test definition and execution" homepage "https://testkube.io" # testkube should only be updated every 5 releases on multiples of 5 - url "https://github.com/kubeshop/testkube/archive/v1.8.20.tar.gz" - sha256 "f95cdad168832b4f416d7e232ffa5353b997bd5cd5ebd2e83a4ee78958e70a52" + url "https://github.com/kubeshop/testkube/archive/v1.8.25.tar.gz" + sha256 "26fce230d7ae6cd61b2643b1e91978b54aebc0bbd42ac52f00fe3493b1a8fbaf" license "MIT" head "https://github.com/kubeshop/testkube.git", branch: "main"