|
1 | 1 | class Atmos < Formula |
2 | 2 | desc "Universal Tool for DevOps and Cloud Automation" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | 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" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
@@ -48,6 +48,7 @@ def install |
48 | 48 | - "**/*globals*" |
49 | 49 | name_pattern: "{tenant}-{environment}-{stage}" |
50 | 50 | logs: |
| 51 | + file: "/dev/stderr" |
51 | 52 | verbose: false |
52 | 53 | colors: true |
53 | 54 | YAML |
|
0 commit comments