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 c914ec9

Browse files
committedMay 17, 2024··
chore: release 1.44.5
1 parent a9046fb commit c914ec9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Formula/coder@1.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CoderAT1 < Formula
22
desc "Command-line tool for the Coder remote development platform"
33
homepage "https://github.com/coder/coder-v1-cli"
4-
version "1.44.4"
4+
version "1.44.5"
55

66
if OS.mac?
77
url "https://github.com/coder/coder-v1-cli/releases/download/v#{version}/coder-cli-darwin-amd64.zip"
8-
sha256 "7e92a09972264cd1fac63f1327d69f119425a1bb0ca155f9ff84ef8ca251b7e5"
8+
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
99
else
1010
url "https://github.com/coder/coder-v1-cli/releases/download/v#{version}/coder-cli-linux-amd64.tar.gz"
11-
sha256 "787385a416fdfa1b5b2dfbc0c73f128b9d259e0701f56db73ca6156ae8078c4a"
11+
sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5"
1212
end
1313

1414
keg_only :versioned_formula

0 commit comments

Comments
 (0)
Please sign in to comment.