|
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.140.0.tar.gz" |
5 | | - sha256 "5d77e2e5cca25f335c89744d300e8f20cd986bb56c7ee36c32b11f70a944ec34" |
| 4 | + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.141.0.tar.gz" |
| 5 | + sha256 "c4119a579d9935c69401a178d97eabf7d87bc597dddd2274eb755ed4db262a9a" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0569941d3f67202df402c527bd050f525976aeadebe6e1994da13b6ed31351b" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0569941d3f67202df402c527bd050f525976aeadebe6e1994da13b6ed31351b" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "f0569941d3f67202df402c527bd050f525976aeadebe6e1994da13b6ed31351b" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "7878b9b750042098caf2a30be81319f09cf870569f9ba0bf493771d12e48a395" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "7878b9b750042098caf2a30be81319f09cf870569f9ba0bf493771d12e48a395" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "69c2e85e8621974100caf38dfa75d954daf332785f4d720601fb93d4e78ac8c1" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "14f807d9ce7eebbb443d8c4f0a616cc1ba4b3c4724441563637e30441bc294a6" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "14f807d9ce7eebbb443d8c4f0a616cc1ba4b3c4724441563637e30441bc294a6" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "14f807d9ce7eebbb443d8c4f0a616cc1ba4b3c4724441563637e30441bc294a6" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "c671d67263ce90c6824754d25bfe9786094545877ddcded2459f771353631787" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "c671d67263ce90c6824754d25bfe9786094545877ddcded2459f771353631787" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c5dca1d51a6e26f69f246bad6f3becd9af186e6b1d1b6842fc4457147c5baca8" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments