From a3dab5be4b350e684dec0158b1a3e379991d3b9e Mon Sep 17 00:00:00 2001 From: "Cloud Posse Bot (CI/CD)" Date: Sat, 18 Jan 2025 10:24:54 -0800 Subject: [PATCH 1/2] atmos 1.151.0 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/a/atmos.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index e03f46962489a..c788f17a20f86 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -1,8 +1,8 @@ class Atmos < Formula desc "Universal Tool for DevOps and Cloud Automation" homepage "https://github.com/cloudposse/atmos" - url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.150.0.tar.gz" - sha256 "a8b3611de771cd541fa7c944ad60cac4955b590590d424217e6b4f1d271952af" + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.151.0.tar.gz" + sha256 "715f1422dfbfc9596b1c8d43f226ea90bb3dab7624de5c297f5ecbb550e490a5" license "Apache-2.0" bottle do From d3601ef334df1c12212a126db7b5dfe9d0a9b291 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 18 Jan 2025 18:40:43 +0000 Subject: [PATCH 2/2] atmos: update 1.151.0 bottle. --- Formula/a/atmos.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/a/atmos.rb b/Formula/a/atmos.rb index c788f17a20f86..c6493582b3ba5 100644 --- a/Formula/a/atmos.rb +++ b/Formula/a/atmos.rb @@ -6,12 +6,12 @@ class Atmos < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3db5f5ce952f996f2ec1a5c47e10848c8efbcc001413af9613ce5e19b71a5f67" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3db5f5ce952f996f2ec1a5c47e10848c8efbcc001413af9613ce5e19b71a5f67" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3db5f5ce952f996f2ec1a5c47e10848c8efbcc001413af9613ce5e19b71a5f67" - sha256 cellar: :any_skip_relocation, sonoma: "310320a8c10d89b6293f8bd07d69f83b2e9cf8ac7d2cc7903d72839cb45fa532" - sha256 cellar: :any_skip_relocation, ventura: "310320a8c10d89b6293f8bd07d69f83b2e9cf8ac7d2cc7903d72839cb45fa532" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5851b843a8fcf3a6245ee656bc3ad5b581c75592e4407a7ec86d089b52dc9a8c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "96bb7b5972fbfb34586bee57603b3a5fe350caaafa72e369532f2ac77c228c05" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "96bb7b5972fbfb34586bee57603b3a5fe350caaafa72e369532f2ac77c228c05" + sha256 cellar: :any_skip_relocation, arm64_ventura: "96bb7b5972fbfb34586bee57603b3a5fe350caaafa72e369532f2ac77c228c05" + sha256 cellar: :any_skip_relocation, sonoma: "c5d2f22013b5deb0739d11f19f641fb56947616de9492554eae236af3e37d209" + sha256 cellar: :any_skip_relocation, ventura: "c5d2f22013b5deb0739d11f19f641fb56947616de9492554eae236af3e37d209" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e94b58dc722872cfe695610a07c62a35439d914b98a89db67e375b0ab6dffe1" end depends_on "go" => :build