|
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.150.0.tar.gz" |
5 |
| - sha256 "a8b3611de771cd541fa7c944ad60cac4955b590590d424217e6b4f1d271952af" |
| 4 | + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.151.0.tar.gz" |
| 5 | + sha256 "715f1422dfbfc9596b1c8d43f226ea90bb3dab7624de5c297f5ecbb550e490a5" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3db5f5ce952f996f2ec1a5c47e10848c8efbcc001413af9613ce5e19b71a5f67" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3db5f5ce952f996f2ec1a5c47e10848c8efbcc001413af9613ce5e19b71a5f67" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "3db5f5ce952f996f2ec1a5c47e10848c8efbcc001413af9613ce5e19b71a5f67" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "310320a8c10d89b6293f8bd07d69f83b2e9cf8ac7d2cc7903d72839cb45fa532" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "310320a8c10d89b6293f8bd07d69f83b2e9cf8ac7d2cc7903d72839cb45fa532" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "5851b843a8fcf3a6245ee656bc3ad5b581c75592e4407a7ec86d089b52dc9a8c" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "96bb7b5972fbfb34586bee57603b3a5fe350caaafa72e369532f2ac77c228c05" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "96bb7b5972fbfb34586bee57603b3a5fe350caaafa72e369532f2ac77c228c05" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "96bb7b5972fbfb34586bee57603b3a5fe350caaafa72e369532f2ac77c228c05" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "c5d2f22013b5deb0739d11f19f641fb56947616de9492554eae236af3e37d209" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "c5d2f22013b5deb0739d11f19f641fb56947616de9492554eae236af3e37d209" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e94b58dc722872cfe695610a07c62a35439d914b98a89db67e375b0ab6dffe1" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "go" => :build
|
|
0 commit comments