Skip to content

Commit 7f25562

Browse files
authored
Merge pull request #199930 from Homebrew/bump-coder-2.17.2
coder 2.17.2
2 parents 7e905bd + 0a3a688 commit 7f25562

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/coder.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Coder < Formula
22
desc "Tool for provisioning self-hosted development environments with Terraform"
33
homepage "https://coder.com"
4-
url "https://github.com/coder/coder/archive/refs/tags/v2.16.1.tar.gz"
5-
sha256 "49f762079956f21288404dddb8da89e66a33878bf7d73f0cde30f2af0180395b"
4+
url "https://github.com/coder/coder/archive/refs/tags/v2.17.2.tar.gz"
5+
sha256 "eea6aba9396be756e7e7652c05b6669d683bdae4177acd578820819c9014856a"
66
license "AGPL-3.0-only"
77

88
# There can be a notable gap between when a version is tagged and a
@@ -14,12 +14,12 @@ class Coder < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c3947d13b6264dba6660187c4b66795154cc67a086dc86c2894127e0827b6d9"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "261d10e297e215bc25d5638ff1e9bc9c9b363c737ef20febe836153c02cd5c1d"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f48aa8cfb123fb4e72519e6dec6521bc6093d70e43e7e404ad63f52896c47955"
20-
sha256 cellar: :any_skip_relocation, sonoma: "5f8305067bb0945185a688be8b213c2423d7ac0fb8525b037ffdfac48b177e42"
21-
sha256 cellar: :any_skip_relocation, ventura: "a76b6e60c9f08f3ec25b99067262bccc32c0011046c6117c9a0b5c5c70e6c91a"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "72b947d5de6483bff4f009c198ad2d26cfeec0606f5f0b84793a69e963e0fde4"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b51cba958b16e5265eca7856b3a9a833d759c165165d68bd2e81b0a442046047"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "829ab7b22e05c21867ff1d6b832e82a593bcf9a574211e180648dc4178f23646"
19+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f23e6963db2c819d43f482940522cc4f4aeaa24fe54ee8b40673ff265d6b0fb3"
20+
sha256 cellar: :any_skip_relocation, sonoma: "3b552c10cd3344242f09a5cf1dc67213e39b5cb6b48ba7dcd919f6fe9b490d3a"
21+
sha256 cellar: :any_skip_relocation, ventura: "3aaaf72f9144883fd73fb061693ed852ba7b56d60b7bdf388c581f5d346b492b"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c899d3f16b2261f62149a0f5c6c85b197da4a89d1d423756d00d750bc98c3cfe"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)