Skip to content

Commit 4926458

Browse files
author
Coder CI
committed
coder 2.28.5
1 parent d55f3d3 commit 4926458

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/coder.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Coder < Formula
22
desc "Provisions remote development environments via Terraform"
33
homepage "https://github.com/coder/coder"
4-
version "2.28.4"
4+
version "2.28.5"
55

66
if OS.mac?
77
if Hardware::CPU.arm?
88
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip"
9-
sha256 "f80c3e49323cf3606ccc5f4fa0b765ebdb768f0a9c9d79aed421016785a70271"
9+
sha256 "a08a5527678ca3f89aaccd37ed411a63ff82d740553af6fa3febd795bdefe859"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "626da42b8c10a2f5bf0281c24bfd4377aa019935ad6e7eea1b68b41c6c7d10df"
12+
sha256 "8702edacf6353404607a2433a02f8b885f442edee901888d9e4efaecce23e35b"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "bc2322d53a935ddb2c551a035e51805f899207479e7f8069373b4e781136071f"
16+
sha256 "79530221d5d35abde398961b47dc9ca1d76acacb748a69977d249b79e805370a"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)