Skip to content

Commit 9569194

Browse files
cdrciCoder CI
and
Coder CI
authored
coder 2.1.5 (#99)
This automatic PR was triggered by the release of Coder v2.1.5 Co-authored-by: Coder CI <[email protected]>
1 parent 3ff2274 commit 9569194

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.1.4"
4+
version "2.1.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 "ac67c032e81fed7ef3b2e1fc5bfafb878e7551c081d0a136f5a88583c279c060"
9+
sha256 "c83227b35899db01295c140ba28fe4adc86ff844cbdeba6615b0ef02ed559170"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "693d6c450891627d879123ea9a08dc5917dafee7de6c639c5c9b496abe6f250b"
12+
sha256 "74fd93cfec240949164d446a5be1d53f56aa54ae2b189b7d318ec7c5777132f4"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "41666bbe3afacd153fbe6c1a2d908bb4fb7a88e821205cb7136a0bad2d1cd6dc"
16+
sha256 "c88872571b187cc7ec36f32eeb0a21b3fe7b1576029cf4a26d1f25ddebb5a773"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)