File tree 1 file changed +4
-4
lines changed
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.2.0 "
4
+ version "2.2.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 "c03e90cf1bc26a5eb006540ecc9ab3058e8edd68f8c7e40d5231cb813d5ddeae "
9
+ sha256 "fbfd2427c0e9e794956a0282579c3675171ac386d9a4b6c06e7a23c20f9c3284 "
10
10
else
11
11
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12
- sha256 "fc4809e743f347307b91b2077faf791bfe636a8ae1296f747749ae934fcce40d "
12
+ sha256 "130bb4bb04f1a6b421d501bfdb4952e70de773bfad4f8415b68853be32b10568 "
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 "349b972776cb8a7138c1498044dc39839b768e806e78ea427f85d5c51968bd7f "
16
+ sha256 "1c06f70ba9dea218b149d452dc722339ca419cf36ba973332192d96a57806a8b "
17
17
end
18
18
19
19
def install
You can’t perform that action at this time.
0 commit comments