Skip to content

Commit 68cff5f

Browse files
author
Coder CI
committed
coder 2.23.3
1 parent 79341be commit 68cff5f

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.23.0"
4+
version "2.23.3"
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 "6868a8d1f86fc9c6a97b6bcf62b0219e28ab7526e34b36d9b5f14876197580d9"
9+
sha256 "ae315236455a34d7d0f8647ae57aaaff83b710c34cc2b30cc2ab4dafa1d3be55"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "0080b9001d2b69ee4248355e25adaeaebc61fb87815135fc7e139261ce1f5f9f"
12+
sha256 "34c203a370e3828d36792d0f57deeba51f4406d62a983c9810245a25ecb6dd3c"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "ff4672d1c1e871a851acb462ffe2cadbdea03f975910d82e7225fe87d07228c1"
16+
sha256 "b9afd7682885714724f55a1b919621df9c25de1af01a5310f8d82d0bccd73b55"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)