Skip to content

Commit 21e9730

Browse files
cdrciCoder CI
andauthored
coder 2.34.5 (#376)
This automatic PR was triggered by the release of Coder v2.34.5 Co-authored-by: Coder CI <ci@coder.com>
1 parent 1457666 commit 21e9730

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.4"
4+
version "2.34.5"
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 "191f397322f8f2a46efff45b5bcdfcede5870a287fc6e7728203a847015fe634"
9+
sha256 "5619628a435daa2ec06ae625290bccae81234778d966784dc341d3b49170e738"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "93a5a906ee46c6adc83f89e97c70ff1fe4d6cdc58adac7cca1ff67e91ab01efa"
12+
sha256 "fbb42175fc05aa1f5264124e80ea92d18e3d754b1633a3c2d3fa0185fb8091f3"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "8f376bfc54c12c04a5a8b991dcd43a0ed155236d00d9a964680fe792f53b351d"
16+
sha256 "074ae8089a93bbaa3cf671db540ddbf5e1ca8ff56627d8b58f86e517523beb25"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)