Skip to content

Commit 10d8361

Browse files
authored
Merge pull request Homebrew#201465 from cloudpossebot/update-atmos.rb-1734406383
atmos 1.128.0
2 parents 1965079 + dd7f9bd commit 10d8361

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/atmos.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Atmos < Formula
22
desc "Universal Tool for DevOps and Cloud Automation"
33
homepage "https://github.com/cloudposse/atmos"
4-
url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.127.0.tar.gz"
5-
sha256 "caedd0776b8f6fa9d98ff2e418307b52b3a05957959e5893e748a2d033f6c39b"
4+
url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.128.0.tar.gz"
5+
sha256 "2781519b107f78320bf78ec1374b33e60d591ecdc4779e40f96519b301ea167a"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea78a330289e72b43aae8af482a0c9a0b829bae7ce40c75c4a3c922f97811260"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea78a330289e72b43aae8af482a0c9a0b829bae7ce40c75c4a3c922f97811260"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ea78a330289e72b43aae8af482a0c9a0b829bae7ce40c75c4a3c922f97811260"
12-
sha256 cellar: :any_skip_relocation, sonoma: "4a4a638faf451bd1339ef37ab0bee4461e2dac2c9fb7f319ce520193afe8d6c2"
13-
sha256 cellar: :any_skip_relocation, ventura: "4a4a638faf451bd1339ef37ab0bee4461e2dac2c9fb7f319ce520193afe8d6c2"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a48e3d6a059754f39473d8297d99ce8d45db6a7181c6afe49f82b553deaadcc"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "307a318177a12ad248475d887895f6e30929e7628466efe37bae23f33d753454"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "307a318177a12ad248475d887895f6e30929e7628466efe37bae23f33d753454"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "307a318177a12ad248475d887895f6e30929e7628466efe37bae23f33d753454"
12+
sha256 cellar: :any_skip_relocation, sonoma: "ceecad0aac3ca3eef0d468e055437b9a8b2cf1d2f497fca93953cb44bc3b4048"
13+
sha256 cellar: :any_skip_relocation, ventura: "ceecad0aac3ca3eef0d468e055437b9a8b2cf1d2f497fca93953cb44bc3b4048"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2702407acc1bde9e34d18ac8034fded7713fa165af0b3f9d06c1ef8ec7a7806e"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)