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.25.0 "
4+ version "2.23.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 "5bb737ce0676a0f0b9908c1e6a2591d45a61f68f760d435655584dcdf226f266 "
9+ sha256 "95e08917a8e6bcf663d1197c72e99b5a632052dd4345b73b1d8bd5d62fd1d774 "
1010 else
1111 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12- sha256 "4783dd8893fff7a94c386636ea9fc1aa18fc8d8b0cc1a7c8d014f97b033ff883 "
12+ sha256 "95f8571c165a61a91ec9cb930959e13b170b4cde0f11ba9b351271f9ddbee299 "
1313 end
1414 else
1515 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16- sha256 "266805c1f646598439e86314bfd6233c2dd642cb6cf5ded2fc24d85f7c9ca1c9 "
16+ sha256 "e6196273d3d2667e5cc4268caf9bebe7af51c2e3b8eba32a93b133ccaad26f2b "
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments