Skip to content

Commit 7b63bd6

Browse files
author
Coder CI
committed
chore: release 1.34.2
1 parent 6eadeb0 commit 7b63bd6

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.2"
4+
version "1.34.2"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.35.2/coder-cli-darwin-amd64.zip"
8-
sha256 "98b81063b5e2c74134b54befb9c79340401f879871e8583e3258d8a83e041ebf"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.34.2/coder-cli-darwin-amd64.zip"
8+
sha256 "f5941eb101efd7f6212a0c1aa254c43120b61b8a5d8a8eee39f3f4b9c031fa20"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.35.2/coder-cli-linux-amd64.tar.gz"
11-
sha256 "acf6de5f22f0d8e1a9ca9079fc13f94d02a157e26888cb95697556bc2105b618"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.34.2/coder-cli-linux-amd64.tar.gz"
11+
sha256 "ddcaa7cace39346a9299ddecd84dfac3d395c88be691dde35cdc6a74dab46e04"
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.2"
4+
version "1.34.2"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.35.2/coder-cli-darwin-amd64.zip"
8-
sha256 "98b81063b5e2c74134b54befb9c79340401f879871e8583e3258d8a83e041ebf"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.34.2/coder-cli-darwin-amd64.zip"
8+
sha256 "f5941eb101efd7f6212a0c1aa254c43120b61b8a5d8a8eee39f3f4b9c031fa20"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.35.2/coder-cli-linux-amd64.tar.gz"
11-
sha256 "acf6de5f22f0d8e1a9ca9079fc13f94d02a157e26888cb95697556bc2105b618"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.34.2/coder-cli-linux-amd64.tar.gz"
11+
sha256 "ddcaa7cace39346a9299ddecd84dfac3d395c88be691dde35cdc6a74dab46e04"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)