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

Skip to content

Commit 87f0b78

Browse files
cdrciCoder CI
andauthored
coder 2.5.1 (#109)
This automatic PR was triggered by the release of Coder v2.5.1 Co-authored-by: Coder CI <[email protected]>
1 parent 043187b commit 87f0b78

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.5.0"
4+
version "2.5.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 "90f716d86048c4903dbd5737f236c2220414be6e5573d3ea69ee5ab983862b0a"
9+
sha256 "df6b8663fd23f6ce99f01be3c4d244293cabc44d1126e0ee3688e0527683aa80"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "432fa9184c3da57a24caba130c4c79a79706a929897e268cd1aa5a3645837178"
12+
sha256 "a2a7a7cff2c04392fe126a581f7f6ad20c5b9f9b0d990d7807658001e544e9d7"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "e2ce7ea29bd610feb172f2f31083b4d8026c4f9f019fa4bdbc1841360aa1f200"
16+
sha256 "d26d57ac2d04691e6115922f883907d8df5f2affe4b46ea930968d91153f3fb8"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)