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.29.4 "
4+ version "2.28.10 "
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 "d9274b0abfb7f9fde0331fb50e6ba950dcc8993cddd19e175b525a5f211e5b6d "
9+ sha256 "dd80b63c8c81120250c487f3ea309072cb7455db16ed63e3fa9c12fe705d3979 "
1010 else
1111 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12- sha256 "f4d14be5ba6d374321c36249997a944b283a1cb5a3db49b8bc6c1812881c56cd "
12+ sha256 "adc9b82dc1b7b2b409fb9a8980c166077973ce7e4bc3bc77c74f096b7328bcd6 "
1313 end
1414 else
1515 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16- sha256 "4826cfc1cee2bf4385a21832f7b5dea327bbcd1bd4292a1a362f8880ef725e40 "
16+ sha256 "79a74a5bf02b63596c6efadb818624d4cb2bf17790859aecf256bc110fe09c46 "
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments