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

Skip to content

Commit 75006fe

Browse files
cdrciCoder CI
andauthored
coder 2.18.2 (#172)
This automatic PR was triggered by the release of Coder v2.18.2 Co-authored-by: Coder CI <[email protected]>
1 parent 1b8bdc8 commit 75006fe

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.18.1"
4+
version "2.18.2"
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 "7201066457cda61db92e05e967e1517997417c614b8ed796a8d63658641d3d33"
9+
sha256 "4469b4621d8fd4851ce7ed06da246efba755219525156e2b20e0cb68485cd2f0"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "083fecf02d51714d9c17a311b22170203732612f447f8784a358756513d17182"
12+
sha256 "b24462c0612f37a3599f93fe28f952928de83b79630b4fb5950bccbfe9a1094e"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "9d9671d100fa96983ffae04462616f3b5e98f340ac700a2f4aeabac2ce72f97a"
16+
sha256 "fdb7e7e9e13468519ba66b5c8039ad4da1ac215413402e7d9a6c5170a5baee62"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)