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

Skip to content

Commit b63b314

Browse files
author
Coder CI
committed
chore: release 1.29.4
1 parent e296b32 commit b63b314

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.30.0"
4+
version "1.29.4"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.30.0/coder-cli-darwin-amd64.zip"
8-
sha256 "0782a775bc6c7ac9df9a58ddb466eedcf5fa05593eabde72251591dc1ac5c8f1"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.29.4/coder-cli-darwin-amd64.zip"
8+
sha256 "5e1b28a4bd56a02b9b1c196885dc0ee58e48921eeffb65b08112c8098cc1d7cf"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.30.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "ac5c8d624007c8206cc9aea9d485327f2fe1b7b685168e7b962a55100c084255"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.29.4/coder-cli-linux-amd64.tar.gz"
11+
sha256 "e82b127b0901b1feef4b7ef17c38adb3a77b18c363d044f74d62d6b6274abb2f"
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.30.0"
4+
version "1.29.4"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.30.0/coder-cli-darwin-amd64.zip"
8-
sha256 "0782a775bc6c7ac9df9a58ddb466eedcf5fa05593eabde72251591dc1ac5c8f1"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.29.4/coder-cli-darwin-amd64.zip"
8+
sha256 "5e1b28a4bd56a02b9b1c196885dc0ee58e48921eeffb65b08112c8098cc1d7cf"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.30.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "ac5c8d624007c8206cc9aea9d485327f2fe1b7b685168e7b962a55100c084255"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.29.4/coder-cli-linux-amd64.tar.gz"
11+
sha256 "e82b127b0901b1feef4b7ef17c38adb3a77b18c363d044f74d62d6b6274abb2f"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)