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.18.4 "
4+ version "2.18.5 "
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 "7b98cff1581003c38813f86bf03090a9d1a3abbf758e0ce3d5bffb3c859deace "
9+ sha256 "bb5ff259366fd0d82f8840faf95cb038d3efe0226c8160695e3b2dc8bd5d060e "
1010 else
1111 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12- sha256 "882b14bdce442e09822fbc817df4ed87212c2399d393618d0990607b7c5af11f "
12+ sha256 "1ce1cdcd4292b7564eda89e6c9d7870de61d7a4c317f2cb5f4fb38abcc5dbab2 "
1313 end
1414 else
1515 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16- sha256 "a6cf6ffd30b6296aca0fdb3abb448c418394ce48c80169a63d7cfc05da4d8da8 "
16+ sha256 "b61a1ed53613e1bdad9b5b7d653186325f40cd6ff33fbe0b6af218c1e52cf18c "
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments