Skip to content

Commit

Permalink
chore(Formula/[email protected]): update to 1.44.4 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn authored Feb 23, 2024
1 parent 044c4b3 commit 52b81e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class CoderAT1 < Formula
desc "Command-line tool for the Coder remote development platform"
homepage "https://github.com/coder/coder-v1-cli"
version "1.44.3"
version "1.44.4"

if OS.mac?
url "https://github.com/coder/coder-v1-cli/releases/download/v#{version}/coder-cli-darwin-amd64.zip"
sha256 "d195a77055aa4e41d86c5060b458ffbdeccd7a728f813fec232dd1173c8a54cd"
sha256 "7e92a09972264cd1fac63f1327d69f119425a1bb0ca155f9ff84ef8ca251b7e5"
else
url "https://github.com/coder/coder-v1-cli/releases/download/v#{version}/coder-cli-linux-amd64.tar.gz"
sha256 "3699b65b045aa248dc270c4462477f9f2e6504a349fd0f45e4a2b47b5d6c6faa"
sha256 "787385a416fdfa1b5b2dfbc0c73f128b9d259e0701f56db73ca6156ae8078c4a"
end

keg_only :versioned_formula
Expand Down

0 comments on commit 52b81e4

Please sign in to comment.