From e8e2a7e54489f9da68965cc059e447bb46cb7b98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:06:12 +0000 Subject: [PATCH 1/2] kompose 1.35.0 --- Formula/k/kompose.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kompose.rb b/Formula/k/kompose.rb index b4f892fe0a801..900ccf9f1330c 100644 --- a/Formula/k/kompose.rb +++ b/Formula/k/kompose.rb @@ -1,8 +1,8 @@ class Kompose < Formula desc "Tool to move from `docker-compose` to Kubernetes" homepage "https://kompose.io/" - url "https://github.com/kubernetes/kompose/archive/refs/tags/v1.34.0.tar.gz" - sha256 "5e6550f9a8af803d0de7db8107bb8c112c5c93d4dfb95e00b9fdd9e1a57c4c5e" + url "https://github.com/kubernetes/kompose/archive/refs/tags/v1.35.0.tar.gz" + sha256 "62c29b8f57e20335bea5c129d56a7dafc50ddca334ede6f44e6f46f5fe676e4a" license "Apache-2.0" bottle do From b030186a73ed0ac982c75608f080c0aa38985c13 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:13:48 +0000 Subject: [PATCH 2/2] kompose: update 1.35.0 bottle. --- Formula/k/kompose.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/k/kompose.rb b/Formula/k/kompose.rb index 900ccf9f1330c..6703f952f7d70 100644 --- a/Formula/k/kompose.rb +++ b/Formula/k/kompose.rb @@ -6,14 +6,12 @@ class Kompose < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f222e337574df062951d757123601eb6b15506aa9fe66affc6d7ae97da06d8f6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "77c3111025da4a5bbca60e21ff63e519da381f4706bb180a6bf6ab706c9b58f6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9eec7b1737064213d263a890a5d0ce41bd2fc0710107f084d2aba700767d4fa5" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f2aaca7e6de8631107210cc4d602ab8306f92f1ca2c56fcf8315de9166b6a927" - sha256 cellar: :any_skip_relocation, sonoma: "050e86c444b9b532dcf0fa6cd253cffa50576fd1cc856648996474c1826cd360" - sha256 cellar: :any_skip_relocation, ventura: "bd9ccb19feada4e5a713e129b53016b4da0d2b931ec5afdc29f3577c04fe2e65" - sha256 cellar: :any_skip_relocation, monterey: "44184b14a1fbfc243a20f339de0bfeb162070dccd1c8e7188afbc3d3e4ab3482" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5635188e3474228ac1e25a87a1a5d0f88f2b0846f2471f746f86741fc3bb8f0a" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a1f7efbb5e2682fac567d6c79fefda78afd2dbda5ff5bf43bfb11deed27226e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a1f7efbb5e2682fac567d6c79fefda78afd2dbda5ff5bf43bfb11deed27226e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8a1f7efbb5e2682fac567d6c79fefda78afd2dbda5ff5bf43bfb11deed27226e" + sha256 cellar: :any_skip_relocation, sonoma: "e3138bdd286644aa82c92e2a7e1cbf42050bbf28718a530b86859dda4bd80c3f" + sha256 cellar: :any_skip_relocation, ventura: "e3138bdd286644aa82c92e2a7e1cbf42050bbf28718a530b86859dda4bd80c3f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5ceded0602876400f1766545fc317947265dfea772974032346ea33703434576" end depends_on "go" => :build