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.11.0 "
4+ version "2.11.1 "
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 "9a1d0bafe487e23653c75c47ed0a2a7d22c399ae674bad6cbf7d50b8e6008109 "
9+ sha256 "64ceece175ca40ad4fc0dbcc66b2dbb8b1348b162999560365fd360957f747e2 "
1010 else
1111 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12- sha256 "e03e0ca03ac426d6b015e5011bd06227a1d9f6eab1f6e4032071cd07b9b6a69f "
12+ sha256 "2dc9707bd54242059aeda1cb505c89c2fd8d71656cbfe4f8f15aabaf77df49d2 "
1313 end
1414 else
1515 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16- sha256 "689c0be160895f1481adf6941c410242a79dcf694a04e6bcb1d448b52069c69e "
16+ sha256 "fc3faefd48f82a7f866e256ab8f8ad26af17664d2821af925f404e818618a301 "
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments