Skip to content

Commit 05ff5b7

Browse files
author
Coder CI
committed
coder 2.32.9
1 parent ac564e9 commit 05ff5b7

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.3"
4+
version "2.32.9"
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 "a821ec2b4ccea893bf1026fd69f684c0d89af51fc024c82d46920551f65e6356"
9+
sha256 "4febbf8d21c83c89d7eaa91fdc32af181d8ea998d8750bd64e2025e7b231e5ee"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "30924ad0d7971df77f8a998f52b761adc08e02b69f607decabe316ec688b5676"
12+
sha256 "d52549a08178715195c35d2d1936fd04cfe931931dcb89b1c78998fdb2fcd5a7"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "8fbaf9aaea40b23900d75289a5d4c856da205af4b1cf9f6730ab534bdd8d3039"
16+
sha256 "a5e676ca12520802ba8225d396f0ea09229c7283a7bb918fb8929fa2e55163bd"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)