Skip to content

Bump nightly #14

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 2 commits into from
Mar 11, 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
Next Next commit
bump coder-cli-nightly
  • Loading branch information
cmoog committed Mar 10, 2021
commit 5fe9e918ccc5e089064ba2f876f1ca358953cec9
6 changes: 3 additions & 3 deletions coder-cli-nightly.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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.16.0"
version "1.17.0-rc.1"
bottle :unneeded

if OS.mac?
url "https://github.com/cdr/coder-cli/releases/download/v1.16.0/coder-cli-darwin-amd64.zip"
url "https://github.com/cdr/coder-cli/releases/download/v1.17.0-rc.1/coder-cli-darwin-amd64.zip"
sha256 "e2ae636f51245356992206c3e08f72fd6e937e1b17be804b82598a9dc2f0dee2"
else
url "https://github.com/cdr/coder-cli/releases/download/v1.16.0/coder-cli-linux-amd64.tar.gz"
url "https://github.com/cdr/coder-cli/releases/download/v1.17.0-rc.1/coder-cli-linux-amd64.tar.gz"
sha256 "ae7c7af5c9dae2de2bfa24689c3d8afeecc95fa97eefc47ce7c324efeaabb724"
end

Expand Down