File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
class CoderCliNightly < Formula
2
2
desc "Command-line tool for the Coder remote development platform, nightly release channel"
3
3
homepage "https://github.com/cdr/coder-cli"
4
- version "1.30.0 "
4
+ version "1.29.3 "
5
5
6
6
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.3 /coder-cli-darwin-amd64.zip"
8
+ sha256 "0f3e386facfb0e803c0bc2996b3ae0dd9b1cf610653ff82c1a489d0075735016 "
9
9
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.3 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "de82df145ead9f96cc0885292aa5654dc92c9dd4a789b480c1fd4585bb3fa26a "
12
12
end
13
13
14
14
def install
Original file line number Diff line number Diff line change 1
1
class CoderCli < Formula
2
2
desc "Command-line tool for the Coder remote development platform"
3
3
homepage "https://github.com/cdr/coder-cli"
4
- version "1.30.0 "
4
+ version "1.29.3 "
5
5
6
6
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.3 /coder-cli-darwin-amd64.zip"
8
+ sha256 "0f3e386facfb0e803c0bc2996b3ae0dd9b1cf610653ff82c1a489d0075735016 "
9
9
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.3 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "de82df145ead9f96cc0885292aa5654dc92c9dd4a789b480c1fd4585bb3fa26a "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments