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 11class Coder < Formula
22 desc "Provisions remote development environments via Terraform"
33 homepage "https://github.com/coder/coder"
4- version "2.8.2 "
4+ version "2.8.3 "
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 "8cf54a8188444203b5f634bc4cec9ffbc26eba614cf1b6a3659d0ae3c3e9a209 "
9+ sha256 "52c4bc1379d03720ce6299b16dc3cb8c04cd2322fdc67e4389179fe2de4d16e6 "
1010 else
1111 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12- sha256 "447eec44850867deeb681bf34add8fa3ac43d4f5e118ac799456298e2145a72a "
12+ sha256 "a4675cda4a2a9ddd32aa09221eb8a0990405b13c3302b920a0e8fd9fa91cb048 "
1313 end
1414 else
1515 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16- sha256 "86c5ff0dc9e576c8730dc6d2bdb2dd4487502fdcd4dd7acf3e95c16c15300862 "
16+ sha256 "b9d236c60a8078df1ccd822b601559f48fdab125b816c1fd5971fec0b5d30285 "
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments