From dcd11033c4f9cd2e204995682f683e674e234938 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sun, 2 Jan 2022 17:20:23 -0800 Subject: [PATCH] release: 1.26.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 7afd500..29dba2e 100644 --- a/coder-cli-nightly.rb +++ b/coder-cli-nightly.rb @@ -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.25.0" + version "1.26.0" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.25.0/coder-cli-darwin-amd64.zip" - sha256 "8ae65247c807278f61f9a5559cef5e3236367fde5627a1769a1f28c7140eadaa" + url "https://github.com/cdr/coder-cli/releases/download/v1.26.0/coder-cli-darwin-amd64.zip" + sha256 "beeb48513e9583d70b4f5003f19d0595b05e53b96f8188e2f3afc028ae5a3a44" else - url "https://github.com/cdr/coder-cli/releases/download/v1.25.0/coder-cli-linux-amd64.tar.gz" - sha256 "6281e2695158521c74bbfa860d8b4fa039e34f05c84a0111a9fb2f2a1e1d8ea1" + url "https://github.com/cdr/coder-cli/releases/download/v1.26.0/coder-cli-linux-amd64.tar.gz" + sha256 "76d3bd5906a2142ae0666fc50bd0e8d0677212623432bf4832423de71ff2dfcd" end def install diff --git a/coder-cli.rb b/coder-cli.rb index 6b47af8..bd1344f 100644 --- a/coder-cli.rb +++ b/coder-cli.rb @@ -1,14 +1,14 @@ class CoderCli < Formula desc "Command-line tool for the Coder remote development platform" homepage "https://github.com/cdr/coder-cli" - version "1.25.0" + version "1.26.0" if OS.mac? - url "https://github.com/cdr/coder-cli/releases/download/v1.25.0/coder-cli-darwin-amd64.zip" - sha256 "8ae65247c807278f61f9a5559cef5e3236367fde5627a1769a1f28c7140eadaa" + url "https://github.com/cdr/coder-cli/releases/download/v1.26.0/coder-cli-darwin-amd64.zip" + sha256 "beeb48513e9583d70b4f5003f19d0595b05e53b96f8188e2f3afc028ae5a3a44" else - url "https://github.com/cdr/coder-cli/releases/download/v1.25.0/coder-cli-linux-amd64.tar.gz" - sha256 "6281e2695158521c74bbfa860d8b4fa039e34f05c84a0111a9fb2f2a1e1d8ea1" + url "https://github.com/cdr/coder-cli/releases/download/v1.26.0/coder-cli-linux-amd64.tar.gz" + sha256 "76d3bd5906a2142ae0666fc50bd0e8d0677212623432bf4832423de71ff2dfcd" end def install