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.10.0 "
4+ version "2.10.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 "4ea756bf5fbd1d88e7d6872378bcb0644b2539e7326b261d5e1077440d783b06 "
9+ sha256 "6904a25caeefa0fe7f98f148b1c7d39d273801ee7f7fe596f0c47a66db82fde6 "
1010 else
1111 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _darwin_amd64.zip"
12- sha256 "bfa993297d6b10f878a875de00a15df471ec4f048bf861491856e151f4ee21a2 "
12+ sha256 "535790698c279bf99d42867c6312bffacdc76e855f30802d748eda4270a20ccf "
1313 end
1414 else
1515 url "https://github.com/coder/coder/releases/download/v#{ version } /coder_#{ version } _linux_amd64.tar.gz"
16- sha256 "c9dba646352ad27382fe218f213cf2b111b505aa037711349c77d99c894bb6ff "
16+ sha256 "8cd3cbdf47b9c6fc9a8e522a8afb44a526f771185f80584b1650be09a2d8d883 "
1717 end
1818
1919 def install
You can’t perform that action at this time.
0 commit comments