File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed 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.14.2"
4
+ version "1.14.2+cli.1 "
5
5
bottle :unneeded
6
6
7
7
if OS . mac?
8
- url "https://github.com/cdr/coder-cli/releases/download/v1.14.2/coder-cli-darwin-amd64.zip"
9
- sha256 "69b69497a75ce19851681974aa7561af7c7061357f8616e24446e58795bf6e1f "
8
+ url "https://github.com/cdr/coder-cli/releases/download/v1.14.2%2Bc1.1 /coder-cli-darwin-amd64.zip"
9
+ sha256 "41e475a2b228f5d646c488d537093eb444b235088e0e4c3f70ef47b5db0cb81d "
10
10
else
11
- url "https://github.com/cdr/coder-cli/releases/download/v1.14.2/coder-cli-linux-amd64.tar.gz"
12
- sha256 "a670d99bea86a621eddebb41247cf0b699a2273bc5f0accfe3411c1253c16141 "
11
+ url "https://github.com/cdr/coder-cli/releases/download/v1.14.2%2Bc1.1 /coder-cli-linux-amd64.tar.gz"
12
+ sha256 "b0b99aa3872ef4b5e79187c8e9095e8c262766ee9b18f84790a0f5d5cfc78142 "
13
13
end
14
14
15
15
def install
You can’t perform that action at this time.
0 commit comments