Skip to content

Commit 9c1ffb8

Browse files
author
Coder CI
committed
coder 2.13.4
1 parent 817562e commit 9c1ffb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.13.3"
4+
version "2.13.4"
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 "8f0fcaacf8dfe157bf5f80ccd0e0b6a543ccbd8fadcaacb125fac5f533f087b2"
9+
sha256 "dd09f1183578551971c3705ac980f86a40ba6518da521124a6d4c6b7767379c8"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "1b3428d76cb8afdf250cee340436f7acbe8c5b14ae7c72604a7573448126f1ed"
12+
sha256 "9bb64c5446aa22f9aeb53690937afcfe9f21e73b7893fb37e0874a8eff3d6b00"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "6addb8fb1a29fd1bca9fb4a98b6c8abb217735cd36ff6537d880930e5d2d23c2"
16+
sha256 "bc8aaa5552712a5c62296b1bf6ca32eb2650f4d43c6428d4ab3bba93c9bd3091"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)