|
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.160.2.tar.gz" |
5 |
| - sha256 "f8a71d857ac4806b05949ae41c3dcc67d66a3386a7a64ea118895453a0471824" |
| 4 | + url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.160.3.tar.gz" |
| 5 | + sha256 "02a1aafa017f0ef7d8f73358cce51589728b53bb0d1c734c4a57e543018fe820" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0bc5beceac2f106cf656afeb57a360feb8a1eca3431385decae16a318c5ac3c5" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0bc5beceac2f106cf656afeb57a360feb8a1eca3431385decae16a318c5ac3c5" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "0bc5beceac2f106cf656afeb57a360feb8a1eca3431385decae16a318c5ac3c5" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "f786ff5fc7864d9c22ccbff5bd29cb4f45b87c56f95b4a40b4f40bbdb12e0d81" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "f786ff5fc7864d9c22ccbff5bd29cb4f45b87c56f95b4a40b4f40bbdb12e0d81" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "25a350160b4822aee99fcbca1773b418f5f82bf76935461137d8915e3bde0fa1" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ee15dc3b700311bdc0bab44174198903a575d4583ca40aabd78f8aaf9fd412a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ee15dc3b700311bdc0bab44174198903a575d4583ca40aabd78f8aaf9fd412a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "1ee15dc3b700311bdc0bab44174198903a575d4583ca40aabd78f8aaf9fd412a" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "a09e07581cb810f58ce01c3d957579838e1557e85d5112e98b0edfe03f5afa62" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "a09e07581cb810f58ce01c3d957579838e1557e85d5112e98b0edfe03f5afa62" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "37aaf14d6855a3992b8163cb25b8b13328484463444301ad26aa8d3169dec9ab" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "go" => :build
|
|
0 commit comments