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.33.2 "
4+ version "2.30.8 "
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 "67848aa89386713f9e3a572f667d6cebec5321e6b00042108df0b1c8831d42a1 "
9+ sha256 "b63aa58ed2b665cccff9f631251b918dd4e62bf3f9e908046f1750a8b3d8f5ac "
1010 else
1111 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12- sha256 "29a3a496c375a9e304676c8b4cd3ce6ed426ad8a7bc8aef2b8a35ca4b28a9f3b "
12+ sha256 "bd052c458fa1f1fb8eee4ba0e79ec94893ae12db33e1085a362263bb6fc4b5a5 "
1313 end
1414 else
1515 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16- sha256 "4d707233894f3525e6c1dba8d2329cc473aab23e59d35242be23109e900b7438 "
16+ sha256 "77d917830ea932194fff9596989083db251f1a3af375a331ab137ce51939b8e7 "
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments