Skip to content

Commit 52b81e4

Browse files
authored
chore(Formula/coder@1.rb): update to 1.44.4 (#120)
1 parent 044c4b3 commit 52b81e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/coder@1.rb

+3-3
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.3"
4+
version "1.44.4"
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 "d195a77055aa4e41d86c5060b458ffbdeccd7a728f813fec232dd1173c8a54cd"
8+
sha256 "7e92a09972264cd1fac63f1327d69f119425a1bb0ca155f9ff84ef8ca251b7e5"
99
else
1010
url "https://github.com/coder/coder-v1-cli/releases/download/v#{version}/coder-cli-linux-amd64.tar.gz"
11-
sha256 "3699b65b045aa248dc270c4462477f9f2e6504a349fd0f45e4a2b47b5d6c6faa"
11+
sha256 "787385a416fdfa1b5b2dfbc0c73f128b9d259e0701f56db73ca6156ae8078c4a"
1212
end
1313

1414
keg_only :versioned_formula

0 commit comments

Comments
 (0)