From 7ca4b236cc7243f19c4eff80e07d4af5cf421168 Mon Sep 17 00:00:00 2001 From: "Cloud Posse Bot (CI/CD)" Date: Sat, 14 Dec 2024 17:17:34 -0800 Subject: [PATCH 1/2] atmos 1.126.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 e1133a36f75f8..df40c3add3841 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.125.0.tar.gz" - sha256 "fd331321efef0b4511cdd0a84779c5e43d9fa9b83b01aa215581cc20a60e34f3" + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.126.0.tar.gz" + sha256 "034bb819642cd26d7d3c209c2904f4afaac8eb2ff48e0fb89e20f6603c5b7889" license "Apache-2.0" bottle do From 16cafe170c468db7f9fe3c4691d69d2c3c359f25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 15 Dec 2024 01:33:19 +0000 Subject: [PATCH 2/2] atmos: update 1.126.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 df40c3add3841..b4c88f8bed307 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: "b9f49aa4b12c3227fe0bcfd11c2108b57b336c5583f628e3b9fab1eca1bc9f84" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9f49aa4b12c3227fe0bcfd11c2108b57b336c5583f628e3b9fab1eca1bc9f84" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b9f49aa4b12c3227fe0bcfd11c2108b57b336c5583f628e3b9fab1eca1bc9f84" - sha256 cellar: :any_skip_relocation, sonoma: "db2376260ab2d4d9283075ec9626c5b81331129722fe299327811420b226a7dc" - sha256 cellar: :any_skip_relocation, ventura: "db2376260ab2d4d9283075ec9626c5b81331129722fe299327811420b226a7dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "48af6847b0035366c93efb3c1d492f191b1f568082cb8fac80b72c93244be1b1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffd5c45c024f0e8fcf48fbaa547021f6c9b0a9f555416325bf2ae5f5e65c6904" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffd5c45c024f0e8fcf48fbaa547021f6c9b0a9f555416325bf2ae5f5e65c6904" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ffd5c45c024f0e8fcf48fbaa547021f6c9b0a9f555416325bf2ae5f5e65c6904" + sha256 cellar: :any_skip_relocation, sonoma: "80ca9ed29bcf5f1940ed2cca23533910213e6bcefce86c58765b3319b3744b3a" + sha256 cellar: :any_skip_relocation, ventura: "80ca9ed29bcf5f1940ed2cca23533910213e6bcefce86c58765b3319b3744b3a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0dd5d0cf7e58eeef59cbef75df3ed048cfdbc0c1c739671aa8622af6820e15fb" end depends_on "go" => :build