File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.31.2 "
4+ version "2.31.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 "60706b95b97347cdf3e3c6297d429f47b6aa84b3983578dacd3439a5870c900c "
9+ sha256 "99a4985d995aeb44436e177e58fc95c215c01211ec0303ad954a2b3feb308362 "
1010 else
1111 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12- sha256 "f624ac3d377e57bf3bcc71d1daae60539c24da2ef3fcbf361439c04f9b434555 "
12+ sha256 "428072260cb5054abb22317f09c5cc32cd46545e3cbe6507ae6740458aae74f6 "
1313 end
1414 else
1515 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16- sha256 "bda3909995eb7a56da9823e5859c1f9076c62cb51248d6eb2fa56f840bf09c36 "
16+ sha256 "078aed53925b255325164c68582ab9663d0354b7a56f9d5054cd74a1fd2b5e84 "
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments