From db5b687c96b9ccacb1af8215fc0b7c8fc58fe730 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:07:40 +0000 Subject: [PATCH 1/2] k3d 5.7.5 --- Formula/k/k3d.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/k3d.rb b/Formula/k/k3d.rb index d24d53ddcca6..2580c4ab5441 100644 --- a/Formula/k/k3d.rb +++ b/Formula/k/k3d.rb @@ -1,8 +1,8 @@ class K3d < Formula desc "Little helper to run CNCF's k3s in Docker" homepage "https://k3d.io" - url "https://github.com/k3d-io/k3d/archive/refs/tags/v5.7.4.tar.gz" - sha256 "419e1bc3a44d57f66512dc2be3cae118482db65ceeb7baba41a6df7ea4300263" + url "https://github.com/k3d-io/k3d/archive/refs/tags/v5.7.5.tar.gz" + sha256 "dca2348cfc1f6a08d8d4d6a93a2cca6a77289f373a76b9f6119512ba7d66f496" license "MIT" livecheck do From e9ff1f3f41a6564aacff97d285fe1cb3c9ffed26 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:00:13 +0000 Subject: [PATCH 2/2] k3d: update 5.7.5 bottle. --- Formula/k/k3d.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/k/k3d.rb b/Formula/k/k3d.rb index 2580c4ab5441..89a00e6fd7c2 100644 --- a/Formula/k/k3d.rb +++ b/Formula/k/k3d.rb @@ -11,14 +11,12 @@ class K3d < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0428245f1434d4933274c05c543b7880fc95acd62bef43e23662bd844d0e4e4c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0428245f1434d4933274c05c543b7880fc95acd62bef43e23662bd844d0e4e4c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "0428245f1434d4933274c05c543b7880fc95acd62bef43e23662bd844d0e4e4c" - sha256 cellar: :any_skip_relocation, arm64_monterey: "0428245f1434d4933274c05c543b7880fc95acd62bef43e23662bd844d0e4e4c" - sha256 cellar: :any_skip_relocation, sonoma: "5016f1b09646e1ee720f2fc2155eabac033f778c7bcb98fb3ad2d772cb39a9e8" - sha256 cellar: :any_skip_relocation, ventura: "5016f1b09646e1ee720f2fc2155eabac033f778c7bcb98fb3ad2d772cb39a9e8" - sha256 cellar: :any_skip_relocation, monterey: "5016f1b09646e1ee720f2fc2155eabac033f778c7bcb98fb3ad2d772cb39a9e8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "131c2b406a323e70d54ab687d6126bfb5b4c87cdf16145416aa9458442d46d65" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "92022f262c5d0a84c49e2d8357934720a86e37b44a9eb758090211ef86ee705e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "92022f262c5d0a84c49e2d8357934720a86e37b44a9eb758090211ef86ee705e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "92022f262c5d0a84c49e2d8357934720a86e37b44a9eb758090211ef86ee705e" + sha256 cellar: :any_skip_relocation, sonoma: "afa4787a7bdcabfa4464c543e942b68da07913d612719a0126102cc087073534" + sha256 cellar: :any_skip_relocation, ventura: "afa4787a7bdcabfa4464c543e942b68da07913d612719a0126102cc087073534" + sha256 cellar: :any_skip_relocation, x86_64_linux: "311ae9dce37bd64ec04f58255636be23248473d2a8929627c7b6ab3ac6e09ca5" end depends_on "go" => :build