From d6e1ff6cc0b67ee6d2b7f697c08a37a74b97e1ce Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 22 May 2024 09:32:55 +0000 Subject: [PATCH 1/2] helmify 0.4.13 --- Formula/h/helmify.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/helmify.rb b/Formula/h/helmify.rb index eb570f7478fa6..00902136fc4c7 100644 --- a/Formula/h/helmify.rb +++ b/Formula/h/helmify.rb @@ -1,8 +1,8 @@ class Helmify < Formula desc "Create Helm chart from Kubernetes yaml" homepage "https://github.com/arttor/helmify" - url "https://github.com/arttor/helmify/archive/refs/tags/v0.4.12.tar.gz" - sha256 "9f07788bb1e633ff5ef2224d8b83796c9d4dcbf776ad09e7e0759baddadf7167" + url "https://github.com/arttor/helmify/archive/refs/tags/v0.4.13.tar.gz" + sha256 "58966064b53e8bcb34f2dabd616167cfa165c379d37f3990cd1e22b7761cf8c0" license "MIT" head "https://github.com/arttor/helmify.git", branch: "main" From 4b86fd0d30c507870e09d07ae4cff361d0489f40 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 22 May 2024 13:25:41 +0000 Subject: [PATCH 2/2] helmify: update 0.4.13 bottle. --- Formula/h/helmify.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/helmify.rb b/Formula/h/helmify.rb index 00902136fc4c7..488ca6110136b 100644 --- a/Formula/h/helmify.rb +++ b/Formula/h/helmify.rb @@ -7,13 +7,13 @@ class Helmify < Formula head "https://github.com/arttor/helmify.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0bedcf4d29669f19c48de3309b4b8f101b0a555c12d3ad5bc9a59878faf1c904" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4a8dd78bf86368314d77f421c22850845969e6c81dea0da3a8d176523f23b9fe" - sha256 cellar: :any_skip_relocation, arm64_monterey: "05bfcc45d09546d38d0bc6db2c0a1b42d836af95825bf7505474c1fd4ac6326f" - sha256 cellar: :any_skip_relocation, sonoma: "6aa0d6044deaa0aec06fc6a2bbe1e00ff50437f24bd13147b36047b5451e8074" - sha256 cellar: :any_skip_relocation, ventura: "b37f3a79263b2137ed3248f2aa647dc42645ab9f6df26414c57cc53ad3abb447" - sha256 cellar: :any_skip_relocation, monterey: "0a931c8783cbca86b62ccc88c0175ff6eae8e39d19be60a9ed50e3535de0f707" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2e83badefb76c0ed31cd1ea014cd08997552ecd3d0f8989ec7946fdef8db7775" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e3303c7b48a28061701c67de18bd4e780d43ad5987f08d05eb434d5c4fb91748" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d528070a542a797538cf2000c0532a3154b85a3ba8acd14d042da734bb2261de" + sha256 cellar: :any_skip_relocation, arm64_monterey: "2b8ba85ed92d797334334eac8ef30316af4945168e8c87f3b52b473414ff8ba5" + sha256 cellar: :any_skip_relocation, sonoma: "db57b71e16430a9b0fcc8f27aeec61657255233a192c625d7510aa17cccf2ab6" + sha256 cellar: :any_skip_relocation, ventura: "7031af1bee9903587e8eb86a6c5047862ea80fcbabb21e83cc5fa9c88a89e716" + sha256 cellar: :any_skip_relocation, monterey: "498a0217f5e5ebdac5f6959e96b0b81f00768f2789ee5fbe8c88abad1570b8e1" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c3fe00fe873102c22fcd78d4f9ff498b581e21fdfaf99066fd1e59df1ed0e822" end depends_on "go" => :build