Skip to content

Commit 75df80d

Browse files
authored
Update coder-cli-nightly.rb
1 parent e21f99b commit 75df80d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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.18.1"
4+
version "1.19.0"
55
bottle :unneeded
66

77
if OS.mac?
8-
url "https://github.com/cdr/coder-cli/releases/download/v1.18.1/coder-cli-darwin-amd64.zip"
9-
sha256 "ab682b4138a0f6f0dcf20fa7044e0f89ff54c9a861503e158288ddd87e8b4dbf"
8+
url "https://github.com/cdr/coder-cli/releases/download/v1.19.0/coder-cli-darwin-amd64.zip"
9+
sha256 "a24ea0db0c16d1b1b1a91e38ccd1792092633214b3c5094de1b4d5829d14c893"
1010
else
11-
url "https://github.com/cdr/coder-cli/releases/download/v1.18.1/coder-cli-linux-amd64.tar.gz"
12-
sha256 "04046d90fe9f0d3f549e17e67bec65913df70ee8766cc81174293bf53759e66d"
11+
url "https://github.com/cdr/coder-cli/releases/download/v1.19.0/coder-cli-linux-amd64.tar.gz"
12+
sha256 "294302d9a76175d0c037000be10648f50c8bf8e51d2723a580642a61bc2abdc3"
1313
end
1414

1515
def install

0 commit comments

Comments
 (0)