Skip to content

Commit ddb650a

Browse files
cdrciCoder CI
andauthored
coder 2.14.1 (#155)
This automatic PR was triggered by the release of Coder v2.14.1 Co-authored-by: Coder CI <[email protected]>
1 parent be41a5e commit ddb650a

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.14.0"
4+
version "2.14.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 "d6812c3d442fbbe7080a9c187f6056c1cda7dbc6fe0b0e67dc0f42119d1861f1"
9+
sha256 "30f226fdde9f39ee838d521ec037a8c4cb3638acfdbab5a028c5babe633d446b"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "bcc0a42a784b192291a6e875821f64053e666b63adb8525e547425d6bf8c2c62"
12+
sha256 "17316b1379a8965f03d287f40a1b38ed723d6da023143ce970f25da70b5e3291"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "6f330819c46ca85c8a2d1bdeda9dda071a84a01fb95658ddc1e9c7f4545895c8"
16+
sha256 "cce31c9e0ce11ba4b137f1e36a67f983409bfe786b0f735c54a0bc31d2f62fcd"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)