Skip to content

Commit 8ffe88e

Browse files
author
Coder CI
committed
coder 2.32.10
1 parent 21e9730 commit 8ffe88e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/coder.rb

Lines changed: 4 additions & 4 deletions
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.34.5"
4+
version "2.32.10"
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 "5619628a435daa2ec06ae625290bccae81234778d966784dc341d3b49170e738"
9+
sha256 "9d8f9cb333da430e2cf0755505f72c5491718b446f586973f9885c9673640ed1"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "fbb42175fc05aa1f5264124e80ea92d18e3d754b1633a3c2d3fa0185fb8091f3"
12+
sha256 "74614804d0d7a9e812c0926e531b5112b3189c92ef7c873f5614d8e7991b83db"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "074ae8089a93bbaa3cf671db540ddbf5e1ca8ff56627d8b58f86e517523beb25"
16+
sha256 "f51c4ac0a90f758ac6476583611ecdb06a29356a6dedabfa2811a0b6c25186c7"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)