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.18.0 " 
4+   version  "2.18.1 " 
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  "ea2bd3f4570404bea86675d55cd49ddbf7675291c079e28b1261e77fc61ab7a3 " 
9+       sha256  "7201066457cda61db92e05e967e1517997417c614b8ed796a8d63658641d3d33 " 
1010    else 
1111      url  "https://github.com/coder/coder/releases/download/v#{ version }  /coder_#{ version }  _darwin_amd64.zip" 
12-       sha256  "403ee13690c9a881d9fb14631e3e84bbd0f096d82a51e13ffc898784c3b258d1 " 
12+       sha256  "083fecf02d51714d9c17a311b22170203732612f447f8784a358756513d17182 " 
1313    end 
1414  else 
1515    url  "https://github.com/coder/coder/releases/download/v#{ version }  /coder_#{ version }  _linux_amd64.tar.gz" 
16-     sha256  "6f8cd170ecef44503a17e0cae77148af2d97decbf8ed6f85a194843a66463b42 " 
16+     sha256  "9d9671d100fa96983ffae04462616f3b5e98f340ac700a2f4aeabac2ce72f97a " 
1717  end 
1818
1919  def  install 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments