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.35.2 "
4
+ version "1.33.6 "
5
5
6
6
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.33.6 /coder-cli-darwin-amd64.zip"
8
+ sha256 "f934f23f6d4aad1d50ac09a5b3307bee418ad96704e8957e27a193dfe151cafe "
9
9
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.33.6 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "a4c029d8e5b7d818b56b62d5eb29446ac8f848787baeeb759a43a9f8aebc191c "
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.35.2 "
4
+ version "1.33.6 "
5
5
6
6
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.33.6 /coder-cli-darwin-amd64.zip"
8
+ sha256 "f934f23f6d4aad1d50ac09a5b3307bee418ad96704e8957e27a193dfe151cafe "
9
9
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.33.6 /coder-cli-linux-amd64.tar.gz"
11
+ sha256 "a4c029d8e5b7d818b56b62d5eb29446ac8f848787baeeb759a43a9f8aebc191c "
12
12
end
13
13
14
14
def install
You can’t perform that action at this time.
0 commit comments