Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update to 1.18.0 #18

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 1 commit into from
Apr 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
Update to 1.18.0
  • Loading branch information
deansheather committed Apr 21, 2021
commit e542fdfe7c34b2d10f87b423c00fd8d010c0634b
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.17.4"
version "1.18.0"
bottle :unneeded

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

def install
Expand Down
10 changes: 5 additions & 5 deletions coder-cli.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
class CoderCli < Formula
desc "Command-line tool for the Coder remote development platform"
homepage "https://github.com/cdr/coder-cli"
version "1.17.4"
version "1.18.0"
bottle :unneeded

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

def install
Expand Down