Skip to content

Commit bf1b347

Browse files
authored
Merge pull request Homebrew#195895 from cloudpossebot/update-atmos.rb-1730180308
atmos 1.96.0
2 parents 9552bdb + afe254f commit bf1b347

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.95.0.tar.gz"
5-
sha256 "e555bf014e959a9a1dfdf05a921f8bdae5e307f984ab639a8e4f35f8bd95d89b"
4+
url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.96.0.tar.gz"
5+
sha256 "c2a76bacb8b48563d9daa5606f92075d9dc3d105c60994b9576a332b5c81d760"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "50430a99dae1c06f5cdcf58d4446b1eac8f114d226a6ede4b45a6619c0ba94e2"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "50430a99dae1c06f5cdcf58d4446b1eac8f114d226a6ede4b45a6619c0ba94e2"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "50430a99dae1c06f5cdcf58d4446b1eac8f114d226a6ede4b45a6619c0ba94e2"
12-
sha256 cellar: :any_skip_relocation, sonoma: "5729be92bfa2950ae85ab34bd0fc2a30009ce7ed50821301603a821bdef19be5"
13-
sha256 cellar: :any_skip_relocation, ventura: "5729be92bfa2950ae85ab34bd0fc2a30009ce7ed50821301603a821bdef19be5"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fa01efd6d3797e6f81377aaf84a19535a2032fe5fd9aaf04948d70101fe719c8"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e7395e206ea0f544d204593d6c28815cef640de57cf132e6b6060a40d20a26ef"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7395e206ea0f544d204593d6c28815cef640de57cf132e6b6060a40d20a26ef"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e7395e206ea0f544d204593d6c28815cef640de57cf132e6b6060a40d20a26ef"
12+
sha256 cellar: :any_skip_relocation, sonoma: "44d03fc9e4e1b538971a312cf03ebd36424ef6eb62d22456cd29d68ca66a41af"
13+
sha256 cellar: :any_skip_relocation, ventura: "44d03fc9e4e1b538971a312cf03ebd36424ef6eb62d22456cd29d68ca66a41af"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "00eb498b6999c3efa7b3943822968dcd780a097db92cdfebefaeca5ab87e6f9e"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)