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

Skip to content

Commit aef4dad

Browse files
cdrciCoder CI
andauthored
coder 2.17.2 (#168)
This automatic PR was triggered by the release of Coder v2.17.2 Co-authored-by: Coder CI <[email protected]>
1 parent a22c20b commit aef4dad

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.17.0"
4+
version "2.17.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 "f1c6c83db3d62d0e8779d4c096976e708ea605d7ed90887767a6f82dbfc14ccb"
9+
sha256 "de90b9a2bc8df300cd1ee69624191450e2f2dc76e708422c2d76f3ceec1fb8f6"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "a5e3af63079d4d17090c1cc3ed9a638a2b6963d240c370b8997f79ee08e8716e"
12+
sha256 "b62b480959807d73f7d3a323f6f1473c6b40e13f39067707b5af78e2ac843d92"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "e3cfe8c661b42237204b3ec3f3e41bf854db96ea3fb6ddf70c4ca1afb685feee"
16+
sha256 "22147a0bdab07baa78b2f75747e06b7854de25bd0c60e1208c8544dc91c7e170"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)