Skip to content

Commit 7786051

Browse files
author
Coder CI
committed
chore: release 1.28.0
1 parent 4407f64 commit 7786051

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.28.2"
4+
version "1.28.0"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.28.2/coder-cli-darwin-amd64.zip"
8-
sha256 "b0fbf3486d63892ffe718f12b6b418c49eecebdd34a9c713b53c1cf81385dd57"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.28.0/coder-cli-darwin-amd64.zip"
8+
sha256 "92a3cfdc04f3fb2e8223b6d1e8daffd310ec71f7725a2774ea23fe5f9eaa0b27"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.28.2/coder-cli-linux-amd64.tar.gz"
11-
sha256 "a3472dc7968affcbd9bf03fd14304eff365c0dad5d8ed732bd98744a2de880f6"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.28.0/coder-cli-linux-amd64.tar.gz"
11+
sha256 "01172df70f9f43ebf4d8e0e810471bdbb6bcad96e75d1797224075ae9f813295"
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.28.2"
4+
version "1.28.0"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.28.2/coder-cli-darwin-amd64.zip"
8-
sha256 "b0fbf3486d63892ffe718f12b6b418c49eecebdd34a9c713b53c1cf81385dd57"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.28.0/coder-cli-darwin-amd64.zip"
8+
sha256 "92a3cfdc04f3fb2e8223b6d1e8daffd310ec71f7725a2774ea23fe5f9eaa0b27"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.28.2/coder-cli-linux-amd64.tar.gz"
11-
sha256 "a3472dc7968affcbd9bf03fd14304eff365c0dad5d8ed732bd98744a2de880f6"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.28.0/coder-cli-linux-amd64.tar.gz"
11+
sha256 "01172df70f9f43ebf4d8e0e810471bdbb6bcad96e75d1797224075ae9f813295"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)