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.18.2 "
4
+ version "2.18.3 "
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 "4469b4621d8fd4851ce7ed06da246efba755219525156e2b20e0cb68485cd2f0 "
9
+ sha256 "afe22a8973d4407ab54daeb43cd2d0faebd72728d75162a35dc272ba3b0086d9 "
10
10
else
11
11
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12
- sha256 "b24462c0612f37a3599f93fe28f952928de83b79630b4fb5950bccbfe9a1094e "
12
+ sha256 "a51f2481b21a90169785c9c2395f58f38af25fdb6b15ed98f0c7f1e1857636fb "
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 "fdb7e7e9e13468519ba66b5c8039ad4da1ac215413402e7d9a6c5170a5baee62 "
16
+ sha256 "7a142fbed122685c936561b506515b5f6971eee4c6ec6aec9d9e9cbf69b9ef36 "
17
17
end
18
18
19
19
def install
You can’t perform that action at this time.
0 commit comments