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

Skip to content

Commit 7b41117

Browse files
author
Coder CI
committed
chore: release 1.32.5
1 parent 77bc531 commit 7b41117

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.34.0"
4+
version "1.32.5"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.34.0/coder-cli-darwin-amd64.zip"
8-
sha256 "0f3f3a4366687a1d56bffe4403882a3cc83f8f0042b802ee6bb9167ac700aca1"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.32.5/coder-cli-darwin-amd64.zip"
8+
sha256 "f0d6a3b90bf49909f38adcb80b5f5afe3236cef6158d36db07c1f3348ad3df0e"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.34.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "f3b7bb292d1c6a8478b8167ebc4eded91c43c444996acec337b8c6a11e912ce9"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.32.5/coder-cli-linux-amd64.tar.gz"
11+
sha256 "439ce5f3243e6af666f6230612beb42c0ff1baeda4d874eae6af512d17ef11f7"
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.34.0"
4+
version "1.32.5"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.34.0/coder-cli-darwin-amd64.zip"
8-
sha256 "0f3f3a4366687a1d56bffe4403882a3cc83f8f0042b802ee6bb9167ac700aca1"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.32.5/coder-cli-darwin-amd64.zip"
8+
sha256 "f0d6a3b90bf49909f38adcb80b5f5afe3236cef6158d36db07c1f3348ad3df0e"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.34.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "f3b7bb292d1c6a8478b8167ebc4eded91c43c444996acec337b8c6a11e912ce9"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.32.5/coder-cli-linux-amd64.tar.gz"
11+
sha256 "439ce5f3243e6af666f6230612beb42c0ff1baeda4d874eae6af512d17ef11f7"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)