From 7738b075d453782275829105a4763ab2952fd2f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 26 Oct 2024 06:39:05 +0000 Subject: [PATCH 1/2] kubetail 0.0.5 --- Formula/k/kubetail.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kubetail.rb b/Formula/k/kubetail.rb index ce83d92d3081..d0bf5382e932 100644 --- a/Formula/k/kubetail.rb +++ b/Formula/k/kubetail.rb @@ -1,8 +1,8 @@ class Kubetail < Formula desc "Logging tool for Kubernetes with a real-time web dashboard" homepage "https://www.kubetail.com/" - url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.0.4.tar.gz" - sha256 "926784290f5aaced8842d295fe5de4b35a7cb0c9ce7f562119b5192457d0e4ca" + url "https://github.com/kubetail-org/kubetail/archive/refs/tags/cli/v0.0.5.tar.gz" + sha256 "63a341f0723f6543bb395bcde399e1a1799303f21f99fff41387c8483f0a4a55" license "Apache-2.0" livecheck do From 7aa61f614bd2fa6654ca11f23ec1f1c33e0ec0d0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 26 Oct 2024 09:43:17 +0000 Subject: [PATCH 2/2] kubetail: update 0.0.5 bottle. --- Formula/k/kubetail.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kubetail.rb b/Formula/k/kubetail.rb index d0bf5382e932..5b987e738bf4 100644 --- a/Formula/k/kubetail.rb +++ b/Formula/k/kubetail.rb @@ -11,12 +11,12 @@ class Kubetail < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eda2e02d780c851a17ddec7e49ae605971bccea2606c2ec679d755ac46e20561" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "da9f485455943d8712637bc708b083cefd2900189129649466748e998db79f5e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f76da40d65fc566c760e3a08334414d84036ff649f9dafe97e009ad3df896eae" - sha256 cellar: :any_skip_relocation, sonoma: "21ad57c72490bcba60f4a519772a32422b74d34cd4fb64ebd24a5170c7543422" - sha256 cellar: :any_skip_relocation, ventura: "8977a08462fb23ec6a0f8c255b86b7678e86529899169fcb1c9ad03c3e7cc071" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8fd55e5edbf7f6df914fd776d1e15bea441f46e44ed160cb19979197596a5eb7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d7f25caafec7079cc865ca0c411f5fd3c03c31ab750ac5f2826ac431ac8181b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8d2d2414050f49b12066f2fecad6227e97b69a4b46570e62d6f60fb328f2bc4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d87b94297797476c4cfd0e31c9e35453f74037b2ce084e6d10aeddc42d658c90" + sha256 cellar: :any_skip_relocation, sonoma: "3824727dcf2192852080279aa5d264ede8a4f54d5d26028e2d5f22583128d5b9" + sha256 cellar: :any_skip_relocation, ventura: "ab7bd4519b44fa2dc7857d77241d67a1a95f56797e9dd6b4672e33bea10c5966" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d52d004164f9b68d880b66f020dd0de1121dd4d04375155a83ea8d51cbc27fb1" end depends_on "go" => :build