Skip to content

Commit c520f9f

Browse files
cdrciCoder CI
and
Coder CI
authored
chore: release 1.37.0 (#76)
Co-authored-by: Coder CI <ci@coder.com>
1 parent 09750a4 commit c520f9f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

coder-cli-nightly.rb

Lines changed: 5 additions & 5 deletions
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.36.1"
4+
version "1.37.0"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.36.1/coder-cli-darwin-amd64.zip"
8-
sha256 "c1defa031fc4ffa05e624d3eec3401393cacb62cc4f0abe5fa040cab2cc09d6b"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.37.0/coder-cli-darwin-amd64.zip"
8+
sha256 "f96409043b1a4ae3d9848975a8f93e2a67f2379c5b7a7f7978c9d38d31109649"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.36.1/coder-cli-linux-amd64.tar.gz"
11-
sha256 "dc78cc6a41c939411c098ca539f25d5002ef328ed9ad6b69089f9d1baf793128"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.37.0/coder-cli-linux-amd64.tar.gz"
11+
sha256 "fdace0f838e58bc1a323e85114712479c33984d2581f6e0fe445f8d057cb5853"
1212
end
1313

1414
def install

coder-cli.rb

Lines changed: 5 additions & 5 deletions
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.36.1"
4+
version "1.37.0"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.36.1/coder-cli-darwin-amd64.zip"
8-
sha256 "c1defa031fc4ffa05e624d3eec3401393cacb62cc4f0abe5fa040cab2cc09d6b"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.37.0/coder-cli-darwin-amd64.zip"
8+
sha256 "f96409043b1a4ae3d9848975a8f93e2a67f2379c5b7a7f7978c9d38d31109649"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.36.1/coder-cli-linux-amd64.tar.gz"
11-
sha256 "dc78cc6a41c939411c098ca539f25d5002ef328ed9ad6b69089f9d1baf793128"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.37.0/coder-cli-linux-amd64.tar.gz"
11+
sha256 "fdace0f838e58bc1a323e85114712479c33984d2581f6e0fe445f8d057cb5853"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)