Skip to content

Commit 3260ed1

Browse files
authored
Merge pull request Homebrew#206438 from cloudpossebot/update-atmos.rb-1738613741
atmos 1.158.0
2 parents dfc755e + 811e776 commit 3260ed1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Formula/a/atmos.rb

Lines changed: 9 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.157.0.tar.gz"
5-
sha256 "21874be52f37e242532c2a169a0b598d3c9e727d6e58097663d3f553db37c00b"
4+
url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.158.0.tar.gz"
5+
sha256 "1839572c4958647a41a0bf7203d0843e10020f5833831ba9b1ede7b07e764eb5"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7dd85288a251bd1a466f7f77d1cba81807413777d34458a9324c89ab0667004"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7dd85288a251bd1a466f7f77d1cba81807413777d34458a9324c89ab0667004"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a7dd85288a251bd1a466f7f77d1cba81807413777d34458a9324c89ab0667004"
12-
sha256 cellar: :any_skip_relocation, sonoma: "8f8db3b585b930ba6fe0aaac7099feb6c369f3ff543531d76bb13c6325028b96"
13-
sha256 cellar: :any_skip_relocation, ventura: "8f8db3b585b930ba6fe0aaac7099feb6c369f3ff543531d76bb13c6325028b96"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f8477dda84441698e502867644bc447e61b0a497d35b26073f4a6ec232da0d62"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdff5b05afae157cd82dffe6c12837205435de8fa176f7198e984b31bded0dda"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdff5b05afae157cd82dffe6c12837205435de8fa176f7198e984b31bded0dda"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "bdff5b05afae157cd82dffe6c12837205435de8fa176f7198e984b31bded0dda"
12+
sha256 cellar: :any_skip_relocation, sonoma: "05414e7daa27d05903f11fd2adbd153fa21b4e20e0a334d9e93f11c95cb96d8a"
13+
sha256 cellar: :any_skip_relocation, ventura: "05414e7daa27d05903f11fd2adbd153fa21b4e20e0a334d9e93f11c95cb96d8a"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fbe33fe02258cd7bdcb9af2239c54254895847c667ddd4451746508ceb2f2d2e"
1515
end
1616

1717
depends_on "go" => :build
@@ -48,6 +48,7 @@ def install
4848
- "**/*globals*"
4949
name_pattern: "{tenant}-{environment}-{stage}"
5050
logs:
51+
file: "/dev/stderr"
5152
verbose: false
5253
colors: true
5354
YAML

0 commit comments

Comments
 (0)