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.26.0 "
4+ version "2.25.2 "
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 "162708de60d667af4b5d1c02a93fe5104df929bc0e2f297414a15911d7966096 "
9+ sha256 "ae4d8e17a86645febb163f6a0f53c1743d6da01b7362779481a96aa43641e5cd "
1010 else
1111 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12- sha256 "61ffa58821620f4291ced046d2440bcbdcb5c05000d2caf4e65bea867ff9bb3b "
12+ sha256 "49991366190ccf7445da7c3166e8db0365605eecbdd66aaa5f263e99f46340a9 "
1313 end
1414 else
1515 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16- sha256 "da675af800396d5a312093f3a10f5bd9b3f17e5a3a3c6458e36597e7212a12bb "
16+ sha256 "b7490407db8472d7f4ff03387ded2f6590d55f7d8458c5d38c0a43661c7f3133 "
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments