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.3.0 "
4
+ version "2.3.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 "66c17c362effa714be5fda370c6e0a0220a7755ff36f303cf1b67a4c4fb0cc99 "
9
+ sha256 "6adee87565dc8fc73c90428c2bb67aab8877d0f60376f9020f8c52f17dd8ddc7 "
10
10
else
11
11
url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12
- sha256 "05bb00ee303816866d290ed5cbcb9302db31835309627e798157ba8dcdc18acd "
12
+ sha256 "18a626730bc93466e93b86306925d03155489ef9533b7367bda46fa6c85846c7 "
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 "b77aa61179c696a91fd4584e07417bec666027174fdd31a0cb75b79cd8a174c4 "
16
+ sha256 "6b007beb46d3f17d44e110aabdd11c3b9a7cb84e4f58f5b33f35e572ae189371 "
17
17
end
18
18
19
19
def install
You can’t perform that action at this time.
0 commit comments