Skip to content

Commit 68497df

Browse files
authored
Merge pull request Homebrew#183349 from Homebrew/bump-coder-2.14.2
coder 2.14.2
2 parents 1562b66 + c0b586e commit 68497df

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/coder.rb

Lines changed: 9 additions & 9 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.13.5.tar.gz"
5-
sha256 "dfbdff45fac59a25cccc4627112c2cd8448140f2b491b1340634f1a25e2ebb3b"
4+
url "https://github.com/coder/coder/archive/refs/tags/v2.14.2.tar.gz"
5+
sha256 "6b72ce938da7f273f9371d164233457de6cb360dd42ce38a4d0f585d71fdce78"
66
license "AGPL-3.0-only"
77

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

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b50594284da8a4c935a8326f479e1a20a124a9fc5e1dbbe2f34632ba647cfddf"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "31e6a0db5feb1d2f5220c33efb87387a2c0ec2d826cec088fc9fdfe80893f424"
19-
sha256 cellar: :any_skip_relocation, arm64_monterey: "934001443cf70418c22d09503b34c505593d905523a2ff353f8da7c3baa3d2dc"
20-
sha256 cellar: :any_skip_relocation, sonoma: "4a238ac22fd87c62ed4019b52e854a38f179c8153dd27034bed25cf315497dd2"
21-
sha256 cellar: :any_skip_relocation, ventura: "640411a3aaaca7ce5e0a0cf1b7fd2cceb51324b029dcadd160fecbd0dd51546a"
22-
sha256 cellar: :any_skip_relocation, monterey: "34630b72cceeb1440d739599ff6f1cfa21d035917b7ecc6379b935ad124d10cf"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "765afba4eb89de00ee728c8500af8d342e6066a2a079388a9ce59d6325b8d804"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "96fb3a0e861fe256411b737cdc9d352642b921aa7b497023d9ac6a1b3048b7de"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7ce94911848bc7a9f109346f8d37cb25a5e7d234169170d7433628ee6482f576"
19+
sha256 cellar: :any_skip_relocation, arm64_monterey: "94caa5044edded16e326a5448672e1a387744b2209b148023e565ce7dfca5a77"
20+
sha256 cellar: :any_skip_relocation, sonoma: "3fa60a3c444e0dd759318d445678356da69b5d90a28d6221000784570429ed3a"
21+
sha256 cellar: :any_skip_relocation, ventura: "8d0ff986a20b2e2e1c34baf5b62c38695245294f98888306c1765eb1bb9a8bf9"
22+
sha256 cellar: :any_skip_relocation, monterey: "29bdfb3354fe31cc246f9d989c83506f5a9fc24ea2760a1309570936c62bdd09"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "99c99b659b923ad2980541d1ad2777cd8579a6539d6b67fb434dd2ba9da99c8f"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)