File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
class Coder < Formula
2
2
desc "Provisions remote development environments via Terraform"
3
3
homepage "https://github.com/coder/coder"
4
- version "2.14.0 "
4
+ version "2.14.1 "
5
5
6
6
if OS . mac?
7
7
if Hardware ::CPU . arm?
8
8
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_arm64.zip"
9
- sha256 "d6812c3d442fbbe7080a9c187f6056c1cda7dbc6fe0b0e67dc0f42119d1861f1 "
9
+ sha256 "30f226fdde9f39ee838d521ec037a8c4cb3638acfdbab5a028c5babe633d446b "
10
10
else
11
11
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12
- sha256 "bcc0a42a784b192291a6e875821f64053e666b63adb8525e547425d6bf8c2c62 "
12
+ sha256 "17316b1379a8965f03d287f40a1b38ed723d6da023143ce970f25da70b5e3291 "
13
13
end
14
14
else
15
15
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16
- sha256 "6f330819c46ca85c8a2d1bdeda9dda071a84a01fb95658ddc1e9c7f4545895c8 "
16
+ sha256 "cce31c9e0ce11ba4b137f1e36a67f983409bfe786b0f735c54a0bc31d2f62fcd "
17
17
end
18
18
19
19
def install
You can’t perform that action at this time.
0 commit comments