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.186 .0.tar.gz"
5
- sha256 "15d4eafac1390c28c6c1964fc0f5b900912d79a96638dfa26ab0076ae63e275c "
4
+ url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.187 .0.tar.gz"
5
+ sha256 "8394d736cf0c8c74566d11c54b2b0e4b3e437eb8bd7a9ee493f5f9306affb3ae "
6
6
license "Apache-2.0"
7
7
head "https://github.com/cloudposse/atmos.git" , branch : "main"
8
8
@@ -14,12 +14,12 @@ class Atmos < Formula
14
14
no_autobump! because : :bumped_by_upstream
15
15
16
16
bottle do
17
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "dcf11897ebf927cb0b62ef9832ab30230bd14fe05a8f556e927e05692b02c2f8 "
18
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "8dfc0c7e1b71f5f27e2ab7b11ba27a5857027465935314aa9c1a9d2b142fa11a "
19
- sha256 cellar : :any_skip_relocation , arm64_ventura : "ce424eddf5dcffdc557e01107304b8aa71124ad76d42d26d4bf795a55678cca1 "
20
- sha256 cellar : :any_skip_relocation , sonoma : "7ad9bd2500ecaf3a6c70cca380aa897c239073240d0eab4f1a48cd3dba038158 "
21
- sha256 cellar : :any_skip_relocation , ventura : "e5d9b93c0a0fba84bfcbb0627ef715a1d0db8e733939c7425c1f253b621fdd82 "
22
- sha256 cellar : :any_skip_relocation , x86_64_linux : "5570d256d6953fed7624cd69ff98a5e2421319e71a5f0bfe801258671fdd5fee "
17
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "bef79095e9b222bff466b9af5d54ea7c0a5e3078a5610a589acb5557465d2128 "
18
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "0be4f71ed68262a16d23fcbaf9dbbe80af85b7baa5e06905328ef343584de242 "
19
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "1990db1b5dd638c29087832ef7f339e636668c8401f986524509ae4c7fc49f9b "
20
+ sha256 cellar : :any_skip_relocation , sonoma : "685e2bbaf48a5418d34cd18723152361a60969896d03a74be67d528fb0bb6db1 "
21
+ sha256 cellar : :any_skip_relocation , ventura : "d87344b4708d498a8e5fb3ff5e7be6e81045fa2d2e622574ab5c15a8ceb8973d "
22
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6e34b71f1939f95f0ebf9c53b18e3b885fb1a64df2283372e2c7b2ad86681034 "
23
23
end
24
24
25
25
depends_on "go" => :build
0 commit comments