Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03ac4af

Browse files
author
Coder CI
committedMay 22, 2024·
coder 2.11.2
1 parent ca6325d commit 03ac4af

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.11.1"
4+
version "2.11.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 "64ceece175ca40ad4fc0dbcc66b2dbb8b1348b162999560365fd360957f747e2"
9+
sha256 "a0cf9d11460d51c6077a60d66017f99aa528dda1d712ee8b52e2ce6e819f4eb4"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "2dc9707bd54242059aeda1cb505c89c2fd8d71656cbfe4f8f15aabaf77df49d2"
12+
sha256 "0147db7493412b67c227a3eae20907e3ecbfba776ee8dc7ae3071e8d5001ee25"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "fc3faefd48f82a7f866e256ab8f8ad26af17664d2821af925f404e818618a301"
16+
sha256 "92f40fad818391fcd339bddcf5fdd535d837a25b4a9a6d59e295de1c9f4b232a"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)
Please sign in to comment.