|
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.110.0.tar.gz" |
5 | | - sha256 "96160c364107de273a9bddda84345a4264604852eb040861fbe117ef140fcddd" |
| 4 | + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.111.0.tar.gz" |
| 5 | + sha256 "675a5ab76d08786d1a4289808bb291777c44c17d6f1bf760f51ba3dc49c47bf3" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf6d90f306b19ecc8ca3f1bbfdb5d366d8bccbd098ad87c5fd7b34528f275526" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf6d90f306b19ecc8ca3f1bbfdb5d366d8bccbd098ad87c5fd7b34528f275526" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "cf6d90f306b19ecc8ca3f1bbfdb5d366d8bccbd098ad87c5fd7b34528f275526" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "99f0835f679723d4cce570ee55fe4bb19cbc2a320e5abf0aa83c4334f4c68c62" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "99f0835f679723d4cce570ee55fe4bb19cbc2a320e5abf0aa83c4334f4c68c62" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "fd811685e0bfb62f42ec5718230c3d0fe8f322f998310295be1df8dd726b8daa" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7696f8215b65451e475e9386027f014cc45f1b7bfd017b9805ecfd51d3ce4df" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7696f8215b65451e475e9386027f014cc45f1b7bfd017b9805ecfd51d3ce4df" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a7696f8215b65451e475e9386027f014cc45f1b7bfd017b9805ecfd51d3ce4df" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "5713c85e65382983e91ee00cf5c922ca62b1b1bac18faeab5b07eabf5e3a0a1d" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "5713c85e65382983e91ee00cf5c922ca62b1b1bac18faeab5b07eabf5e3a0a1d" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "abd9293e7a0697804656fe22f7dde3c02f7b50392d0d85a508f8cfd85a850110" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments