Skip to content

Commit 727c69d

Browse files
authored
Update to 1.18.0 (#18)
1 parent 41cfcec commit 727c69d

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,15 +1,15 @@
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.17.4"
4+
version "1.18.0"
55
bottle :unneeded
66

77
if OS.mac?
8-
url "https://github.com/cdr/coder-cli/releases/download/v1.17.4/coder-cli-darwin-amd64.zip"
9-
sha256 "d396747a310d5bd140d59c6080a38efbde5fa7fffb462062f3780dc7869a711a"
8+
url "https://github.com/cdr/coder-cli/releases/download/v1.18.0/coder-cli-darwin-amd64.zip"
9+
sha256 "2238737433eb68355cc98f221d6a03bf68c8ba72b275010e20b4bdc26333e916"
1010
else
11-
url "https://github.com/cdr/coder-cli/releases/download/v1.17.4/coder-cli-linux-amd64.tar.gz"
12-
sha256 "1b14d08a97a4d6d1d3c408bfd3c1866b72d61abca08a2d856e4d3f7bd0892bef"
11+
url "https://github.com/cdr/coder-cli/releases/download/v1.18.0/coder-cli-linux-amd64.tar.gz"
12+
sha256 "681ba472793828cba6ae827a9493af24a0a6479b64e503d558283b5d5c214997"
1313
end
1414

1515
def install

coder-cli.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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.17.4"
4+
version "1.18.0"
55
bottle :unneeded
66

77
if OS.mac?
8-
url "https://github.com/cdr/coder-cli/releases/download/v1.17.4/coder-cli-darwin-amd64.zip"
9-
sha256 "d396747a310d5bd140d59c6080a38efbde5fa7fffb462062f3780dc7869a711a"
8+
url "https://github.com/cdr/coder-cli/releases/download/v1.18.0/coder-cli-darwin-amd64.zip"
9+
sha256 "2238737433eb68355cc98f221d6a03bf68c8ba72b275010e20b4bdc26333e916"
1010
else
11-
url "https://github.com/cdr/coder-cli/releases/download/v1.17.4/coder-cli-linux-amd64.tar.gz"
12-
sha256 "1b14d08a97a4d6d1d3c408bfd3c1866b72d61abca08a2d856e4d3f7bd0892bef"
11+
url "https://github.com/cdr/coder-cli/releases/download/v1.18.0/coder-cli-linux-amd64.tar.gz"
12+
sha256 "681ba472793828cba6ae827a9493af24a0a6479b64e503d558283b5d5c214997"
1313
end
1414

1515
def install

0 commit comments

Comments
 (0)