Skip to content

Commit cd20030

Browse files
cdrciCoder CI
and
Coder CI
authored
chore: release 1.43.1 (#93)
Co-authored-by: Coder CI <[email protected]>
1 parent ae28b7c commit cd20030

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

coder-cli-nightly.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CoderCliNightly < Formula
22
desc "Command-line tool for the Coder remote development platform, nightly release channel"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.43.0"
4+
version "1.43.1"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.43.0/coder-cli-darwin-amd64.zip"
8-
sha256 "0fd665c5073ea50ff9e9e3b3ee0ef607b3055d3e5942cb2ddf31e8f2fa9a8cdd"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.43.1/coder-cli-darwin-amd64.zip"
8+
sha256 "0861bfc89e8625ea11707633f4762cfed6422372199c838ad6d13cf13de11d30"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.43.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "1373ce4a474565c2dd87e0c0474c823a2ba48bc03a0b15392e5a8ec138306f75"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.43.1/coder-cli-linux-amd64.tar.gz"
11+
sha256 "a13fac9a0ad4fc3a5fa79dfc95bdb191c2745d9b155fdf7845834ea48109aa99"
1212
end
1313

1414
def install

coder-cli.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CoderCli < Formula
22
desc "Command-line tool for the Coder remote development platform"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.43.0"
4+
version "1.43.1"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.43.0/coder-cli-darwin-amd64.zip"
8-
sha256 "0fd665c5073ea50ff9e9e3b3ee0ef607b3055d3e5942cb2ddf31e8f2fa9a8cdd"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.43.1/coder-cli-darwin-amd64.zip"
8+
sha256 "0861bfc89e8625ea11707633f4762cfed6422372199c838ad6d13cf13de11d30"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.43.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "1373ce4a474565c2dd87e0c0474c823a2ba48bc03a0b15392e5a8ec138306f75"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.43.1/coder-cli-linux-amd64.tar.gz"
11+
sha256 "a13fac9a0ad4fc3a5fa79dfc95bdb191c2745d9b155fdf7845834ea48109aa99"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)