File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
class CoderCliNightly < Formula
2
2
desc "Command-line tool for the Coder remote development platform, nightly release channel"
3
3
homepage "https://github.com/cdr/coder-cli"
4
- version "1.35.0 "
4
+ version "1.35.1 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.35.0 /coder-cli-darwin-amd64.zip"
8
- sha256 "cdac40b1c2a5b56d0836b77024983cbdc4891f1935fb72d2ee212d3a120303e8 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.35.1 /coder-cli-darwin-amd64.zip"
8
+ sha256 "b82685ac371ab2b0dc37b69fdaac89191021993642cdc7e3541aa6aa3a8298c1 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.35.0 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "7e605f3419ffeea84837a639e272ac5004e55a04433f04f9608f6337b8ed56ff "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.35.1 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "c53d8786c2b5806fe802a424f04b691c52ae9e44330b85fb8aa168e117bb9614 "
12
12
end
13
13
14
14
def install
Original file line number Diff line number Diff line change 1
1
class CoderCli < Formula
2
2
desc "Command-line tool for the Coder remote development platform"
3
3
homepage "https://github.com/cdr/coder-cli"
4
- version "1.35.0 "
4
+ version "1.35.1 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.35.0 /coder-cli-darwin-amd64.zip"
8
- sha256 "cdac40b1c2a5b56d0836b77024983cbdc4891f1935fb72d2ee212d3a120303e8 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.35.1 /coder-cli-darwin-amd64.zip"
8
+ sha256 "b82685ac371ab2b0dc37b69fdaac89191021993642cdc7e3541aa6aa3a8298c1 "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.35.0 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "7e605f3419ffeea84837a639e272ac5004e55a04433f04f9608f6337b8ed56ff "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.35.1 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "c53d8786c2b5806fe802a424f04b691c52ae9e44330b85fb8aa168e117bb9614 "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments