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.38.2 "
4
+ version "1.39.0 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.38.2 /coder-cli-darwin-amd64.zip"
8
- sha256 "3277ab7919b3628ec81ddcd7cd9decc71752d40112fa6ba59275c1a5c6718b20 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.39.0 /coder-cli-darwin-amd64.zip"
8
+ sha256 "74c3685384dc16cee77e4a6503d2f97d24d73ea61e1b12a5b53fcb307592c57a "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.38.2 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "566193303eec2d2650e61de4bee9078bac4db8cdda98345bcc1ee0293da660b4 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.39.0 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "c9d04ba28715bc480de970077a4712165f79be054ddfe79406e1afcce1d16f35 "
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.38.2 "
4
+ version "1.39.0 "
5
5
6
6
if OS . mac?
7
- url "https://github.com/cdr/coder-cli/releases/download/v1.38.2 /coder-cli-darwin-amd64.zip"
8
- sha256 "3277ab7919b3628ec81ddcd7cd9decc71752d40112fa6ba59275c1a5c6718b20 "
7
+ url "https://github.com/cdr/coder-cli/releases/download/v1.39.0 /coder-cli-darwin-amd64.zip"
8
+ sha256 "74c3685384dc16cee77e4a6503d2f97d24d73ea61e1b12a5b53fcb307592c57a "
9
9
else
10
- url "https://github.com/cdr/coder-cli/releases/download/v1.38.2 /coder-cli-linux-amd64.tar.gz"
11
- sha256 "566193303eec2d2650e61de4bee9078bac4db8cdda98345bcc1ee0293da660b4 "
10
+ url "https://github.com/cdr/coder-cli/releases/download/v1.39.0 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "c9d04ba28715bc480de970077a4712165f79be054ddfe79406e1afcce1d16f35 "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments