Skip to content

1.19.0 #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update coder-cli-nightly.rb
  • Loading branch information
deansheather authored May 20, 2021
commit 75df80de9f8eb7916a96818c3ba71b99203408f1
10 changes: 5 additions & 5 deletions coder-cli-nightly.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
class CoderCliNightly < Formula
desc "Command-line tool for the Coder remote development platform, nightly release channel"
homepage "https://github.com/cdr/coder-cli"
version "1.18.1"
version "1.19.0"
bottle :unneeded

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

def install
Expand Down