Skip to content

Commit dde1889

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.10.2 (#132)
This automatic PR was triggered by the release of Coder v2.10.2 Co-authored-by: Coder CI <[email protected]>
1 parent deff48b commit dde1889

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/coder.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Coder < Formula
22
desc "Provisions remote development environments via Terraform"
33
homepage "https://github.com/coder/coder"
4-
version "2.10.1"
4+
version "2.10.2"
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 "6904a25caeefa0fe7f98f148b1c7d39d273801ee7f7fe596f0c47a66db82fde6"
9+
sha256 "dec1e647a3d346505221d0f8ae36b8cbcbf480e63871b6f2856eeab2c829aa9f"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "535790698c279bf99d42867c6312bffacdc76e855f30802d748eda4270a20ccf"
12+
sha256 "89b7eaab14510f721f20dd85a92c64e6a77b77ced1bc180a285bfd1748400a0a"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "8cd3cbdf47b9c6fc9a8e522a8afb44a526f771185f80584b1650be09a2d8d883"
16+
sha256 "537a8712320aabc264a43a7a4de84cb3ab792f71a9486b780f5d1748043d222d"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)