Skip to content

1.21.0 #22

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
Jul 27, 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 Jul 27, 2021
commit eca9af7faff0fd232fcead9b9f80f59da57faeee
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.20.0"
version "1.21.0"
bottle :unneeded

if OS.mac?
url "https://github.com/cdr/coder-cli/releases/download/v1.20.0/coder-cli-darwin-amd64.zip"
sha256 "3616f940a21ba6f912541e377c36dd689f0a303ec91e171119c99f73db12aba1"
url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-darwin-amd64.zip"
sha256 "357baf20341293d6f2e1bd8e7632d67de4eb2ca1e8bfa57efaa540d5713ccf7e"
else
url "https://github.com/cdr/coder-cli/releases/download/v1.20.0/coder-cli-linux-amd64.tar.gz"
sha256 "57c0d412c6fd5da513b0965670454d940728268b1cec7793d5db74d9a28e3efd"
url "https://github.com/cdr/coder-cli/releases/download/v1.21.0/coder-cli-linux-amd64.tar.gz"
sha256 "324fa1b21bcf494d4662ab20d42611e70b604ed14085560e76226bab549bf373"
end

def install
Expand Down