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

Skip to content

Commit a97f31e

Browse files
author
Coder CI
committed
chore: release 1.31.3
1 parent ef5bb17 commit a97f31e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

coder-cli-nightly.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CoderCliNightly < Formula
22
desc "Command-line tool for the Coder remote development platform, nightly release channel"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.33.1"
4+
version "1.31.3"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-darwin-amd64.zip"
8-
sha256 "251325e4201244176f15e20097410dc59a561c5eefbde0fee8d398c583cc0139"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.31.3/coder-cli-darwin-amd64.zip"
8+
sha256 "55c6924606867ab31dc676fbb47e8d3977702e77ad9aa29e38ed02ca4c31f506"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-linux-amd64.tar.gz"
11-
sha256 "188a645510df5bef459b37fb9ba354ed6ff74189c755eb186e117136c48406a0"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.31.3/coder-cli-linux-amd64.tar.gz"
11+
sha256 "a517bc98c5d53e69e2feae74d3c04297645e10e4a9b94b082ef63fe6e64ed452"
1212
end
1313

1414
def install

coder-cli.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class CoderCli < Formula
22
desc "Command-line tool for the Coder remote development platform"
33
homepage "https://github.com/cdr/coder-cli"
4-
version "1.33.1"
4+
version "1.31.3"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-darwin-amd64.zip"
8-
sha256 "251325e4201244176f15e20097410dc59a561c5eefbde0fee8d398c583cc0139"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.31.3/coder-cli-darwin-amd64.zip"
8+
sha256 "55c6924606867ab31dc676fbb47e8d3977702e77ad9aa29e38ed02ca4c31f506"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.33.1/coder-cli-linux-amd64.tar.gz"
11-
sha256 "188a645510df5bef459b37fb9ba354ed6ff74189c755eb186e117136c48406a0"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.31.3/coder-cli-linux-amd64.tar.gz"
11+
sha256 "a517bc98c5d53e69e2feae74d3c04297645e10e4a9b94b082ef63fe6e64ed452"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)