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

Skip to content

Commit bb9ef24

Browse files
author
Coder CI
committed
chore: release 1.34.1
1 parent 730568b commit bb9ef24

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.35.0"
4+
version "1.34.1"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.35.0/coder-cli-darwin-amd64.zip"
8-
sha256 "cdac40b1c2a5b56d0836b77024983cbdc4891f1935fb72d2ee212d3a120303e8"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.34.1/coder-cli-darwin-amd64.zip"
8+
sha256 "634297b5f7a355a00b550a72e369301c3a508e510bb08c405b7aa3f932b6d16d"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.35.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "7e605f3419ffeea84837a639e272ac5004e55a04433f04f9608f6337b8ed56ff"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.34.1/coder-cli-linux-amd64.tar.gz"
11+
sha256 "7d2bf56760228ed2d2da57d2d7cf9c9681ffe9c988908536b363dae5f3c4154c"
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.35.0"
4+
version "1.34.1"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.35.0/coder-cli-darwin-amd64.zip"
8-
sha256 "cdac40b1c2a5b56d0836b77024983cbdc4891f1935fb72d2ee212d3a120303e8"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.34.1/coder-cli-darwin-amd64.zip"
8+
sha256 "634297b5f7a355a00b550a72e369301c3a508e510bb08c405b7aa3f932b6d16d"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.35.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "7e605f3419ffeea84837a639e272ac5004e55a04433f04f9608f6337b8ed56ff"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.34.1/coder-cli-linux-amd64.tar.gz"
11+
sha256 "7d2bf56760228ed2d2da57d2d7cf9c9681ffe9c988908536b363dae5f3c4154c"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)