Skip to content

Commit 43e9aa7

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.8.1 (#117)
This automatic PR was triggered by the release of Coder v2.8.1 Co-authored-by: Coder CI <ci@coder.com>
1 parent e31b135 commit 43e9aa7

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.8.0"
4+
version "2.8.1"
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 "bffc912708cd1bbca3d0c3bf0afa2832241481c65b45c628150d20b3afb8723a"
9+
sha256 "769a1ab688d78c66dcfb56512cb28e4b120595c4bb54c73e11364ea2128a8db7"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "0451b5c7c2a2df02e31cce2f3e1786aafdf7be104952856221226586bb8b4323"
12+
sha256 "15c9e6ee116000772f3867dc3d96a5cae4e482bbcfef27c505336fce7c669eda"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "eb88bc7b5b6679f8d508ecb89d40be1324e1295c3ef8f098cd00c50050e09bf9"
16+
sha256 "aed15573eb2dc32f25f94cfa1a00c5d7ded33a9968a0279ba4184dbf33066a34"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)