From 3af743a0519a4d8bfba13dda941beeb63bd322a1 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Fri, 18 Jun 2021 20:06:54 +0000 Subject: [PATCH] Bump to 1.20.0 --- coder-cli-nightly.rb | 10 +++++----- coder-cli.rb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/coder-cli-nightly.rb b/coder-cli-nightly.rb index 3e4f339..977e6de 100644 --- a/coder-cli-nightly.rb +++ b/coder-cli-nightly.rb @@ -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.19.0" + version "1.20.0" bottle :unneeded if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.19.0/coder-cli-darwin-amd64.zip" - sha256 "a24ea0db0c16d1b1b1a91e38ccd1792092633214b3c5094de1b4d5829d14c893" + url "https://github.com/cdr/coder-cli/releases/download/v1.20.0/coder-cli-darwin-amd64.zip" + sha256 "3616f940a21ba6f912541e377c36dd689f0a303ec91e171119c99f73db12aba1" else - url "https://github.com/cdr/coder-cli/releases/download/v1.19.0/coder-cli-linux-amd64.tar.gz" - sha256 "294302d9a76175d0c037000be10648f50c8bf8e51d2723a580642a61bc2abdc3" + url "https://github.com/cdr/coder-cli/releases/download/v1.20.0/coder-cli-linux-amd64.tar.gz" + sha256 "57c0d412c6fd5da513b0965670454d940728268b1cec7793d5db74d9a28e3efd" end def install diff --git a/coder-cli.rb b/coder-cli.rb index 6be5852..4ec830d 100644 --- a/coder-cli.rb +++ b/coder-cli.rb @@ -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.19.0" + version "1.20.0" bottle :unneeded if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.19.0/coder-cli-darwin-amd64.zip" - sha256 "a24ea0db0c16d1b1b1a91e38ccd1792092633214b3c5094de1b4d5829d14c893" + url "https://github.com/cdr/coder-cli/releases/download/v1.20.0/coder-cli-darwin-amd64.zip" + sha256 "3616f940a21ba6f912541e377c36dd689f0a303ec91e171119c99f73db12aba1" else - url "https://github.com/cdr/coder-cli/releases/download/v1.19.0/coder-cli-linux-amd64.tar.gz" - sha256 "294302d9a76175d0c037000be10648f50c8bf8e51d2723a580642a61bc2abdc3" + url "https://github.com/cdr/coder-cli/releases/download/v1.20.0/coder-cli-linux-amd64.tar.gz" + sha256 "57c0d412c6fd5da513b0965670454d940728268b1cec7793d5db74d9a28e3efd" end def install