Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d6f72a

Browse files
cdrciCoder CI
andauthored
coder 2.16.1 (#166)
This automatic PR was triggered by the release of Coder v2.16.1 Co-authored-by: Coder CI <[email protected]>
1 parent 23c499d commit 8d6f72a

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.16.0"
4+
version "2.16.1"
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 "0bd366f1d5b7576e43ec9ff70013b9a0b18be307120ac017b50359001c15a56b"
9+
sha256 "fed2a2155af4e8490039cb6b4379f71a3153ec1af225f6155243ff4eac36204e"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "05b6b2bf4d0d0c91940383382b21b85c25c889a4127f8252832e55bcb4959803"
12+
sha256 "8adf97683f599fd9894294beb0d376746547d29183caffd49ce3d94368679347"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "524f681a22d21c1088340cd083cf2d947c8cc3f3867dd982c36fcd5c9b39c1b4"
16+
sha256 "32ffb8c45ba2973194e1c70385cf97864e7e70df22c40f00a62e72389b50db16"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)