Skip to content

Commit 886f156

Browse files
authored
Merge pull request #278591 from Homebrew/bump-atlantis-0.42.0
atlantis 0.42.0
2 parents 6581cbf + 01f6850 commit 886f156

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/a/atlantis.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Atlantis < Formula
22
desc "Terraform Pull Request Automation tool"
33
homepage "https://www.runatlantis.io/"
4-
url "https://github.com/runatlantis/atlantis/archive/refs/tags/v0.41.0.tar.gz"
5-
sha256 "6e6e6c2dedab1ad952f3a05142bd41246fb98cff94e7c330efa17f84fe0883b9"
4+
url "https://github.com/runatlantis/atlantis/archive/refs/tags/v0.42.0.tar.gz"
5+
sha256 "70f9ba95e0fe2dd17328bea831691710007d4c4c2c532b69c67487f78143913f"
66
license "Apache-2.0"
77
head "https://github.com/runatlantis/atlantis.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Atlantis < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "72d45202e2ea012d7c23aac0206c78b89e7cdc2584b03ddac55ace1e34c9e214"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72d45202e2ea012d7c23aac0206c78b89e7cdc2584b03ddac55ace1e34c9e214"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "72d45202e2ea012d7c23aac0206c78b89e7cdc2584b03ddac55ace1e34c9e214"
18-
sha256 cellar: :any_skip_relocation, sonoma: "19a512487e340522a06d1cfd2649c88afa290c6d0359b541b9db4825bbded9c2"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "745edc790f78e422b12721b788a1c5e777b2a3d148e6a841ba60a9c11326c297"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "01753fa3e5183f7d7f4b622e641fc43a8d9d80239a8d4743610e02b4eff84221"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "52b218d398f837178fcd52a7d42fddb01f0ddf6f244b0391ffccdfa98d3cb868"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "52b218d398f837178fcd52a7d42fddb01f0ddf6f244b0391ffccdfa98d3cb868"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52b218d398f837178fcd52a7d42fddb01f0ddf6f244b0391ffccdfa98d3cb868"
18+
sha256 cellar: :any_skip_relocation, sonoma: "c1464da44119ec481ee7610ca60a665a1eea368b1e585e273ab77f3519d3ad76"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "330ba41851fc0be77a91205fbd28170a30c2738606924de0c3259dda5e2b102f"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "36daf08edea48a3aa9d862195ad27e0f1443aeb51e6954bfc6b6fb998fbbb723"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)