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.16.1 " 
4+   version  "2.17.0 " 
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  "fed2a2155af4e8490039cb6b4379f71a3153ec1af225f6155243ff4eac36204e " 
9+       sha256  "f1c6c83db3d62d0e8779d4c096976e708ea605d7ed90887767a6f82dbfc14ccb " 
1010    else 
1111      url  "https://github.com/coder/coder/releases/download/v#{ version }  /coder_#{ version }  _darwin_amd64.zip" 
12-       sha256  "8adf97683f599fd9894294beb0d376746547d29183caffd49ce3d94368679347 " 
12+       sha256  "a5e3af63079d4d17090c1cc3ed9a638a2b6963d240c370b8997f79ee08e8716e " 
1313    end 
1414  else 
1515    url  "https://github.com/coder/coder/releases/download/v#{ version }  /coder_#{ version }  _linux_amd64.tar.gz" 
16-     sha256  "32ffb8c45ba2973194e1c70385cf97864e7e70df22c40f00a62e72389b50db16 " 
16+     sha256  "e3cfe8c661b42237204b3ec3f3e41bf854db96ea3fb6ddf70c4ca1afb685feee " 
1717  end 
1818
1919  def  install 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments