From a63f76ed02db103c28426eeb562f867d0375ab81 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Thu, 22 Apr 2021 03:42:40 +0000 Subject: [PATCH] bump coder-cli to 1.18.1 --- 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 b71c7d1..433fa68 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.18.0" + version "1.18.1" bottle :unneeded if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.18.0/coder-cli-darwin-amd64.zip" - sha256 "2238737433eb68355cc98f221d6a03bf68c8ba72b275010e20b4bdc26333e916" + url "https://github.com/cdr/coder-cli/releases/download/v1.18.1/coder-cli-darwin-amd64.zip" + sha256 "ab682b4138a0f6f0dcf20fa7044e0f89ff54c9a861503e158288ddd87e8b4dbf" else - url "https://github.com/cdr/coder-cli/releases/download/v1.18.0/coder-cli-linux-amd64.tar.gz" - sha256 "681ba472793828cba6ae827a9493af24a0a6479b64e503d558283b5d5c214997" + url "https://github.com/cdr/coder-cli/releases/download/v1.18.1/coder-cli-linux-amd64.tar.gz" + sha256 "04046d90fe9f0d3f549e17e67bec65913df70ee8766cc81174293bf53759e66d" end def install diff --git a/coder-cli.rb b/coder-cli.rb index f2ccf9e..8efee9c 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.18.0" + version "1.18.1" bottle :unneeded if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.18.0/coder-cli-darwin-amd64.zip" - sha256 "2238737433eb68355cc98f221d6a03bf68c8ba72b275010e20b4bdc26333e916" + url "https://github.com/cdr/coder-cli/releases/download/v1.18.1/coder-cli-darwin-amd64.zip" + sha256 "ab682b4138a0f6f0dcf20fa7044e0f89ff54c9a861503e158288ddd87e8b4dbf" else - url "https://github.com/cdr/coder-cli/releases/download/v1.18.0/coder-cli-linux-amd64.tar.gz" - sha256 "681ba472793828cba6ae827a9493af24a0a6479b64e503d558283b5d5c214997" + url "https://github.com/cdr/coder-cli/releases/download/v1.18.1/coder-cli-linux-amd64.tar.gz" + sha256 "04046d90fe9f0d3f549e17e67bec65913df70ee8766cc81174293bf53759e66d" end def install