Skip to content

Commit 13f6259

Browse files
authored
release: 1.25.0 (#27)
1 parent abc8e01 commit 13f6259

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.24.0"
4+
version "1.25.0"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-darwin-amd64.zip"
8-
sha256 "90b4c473932ed0442e6d6e9a27514b01d5f34018453bebcaf0547ca6cf276a3d"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.25.0/coder-cli-darwin-amd64.zip"
8+
sha256 "8ae65247c807278f61f9a5559cef5e3236367fde5627a1769a1f28c7140eadaa"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "b36654d3936af0e3fb3d2d21ddbed95eb4e09703951129fe8e53ee0db89dfdea"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.25.0/coder-cli-linux-amd64.tar.gz"
11+
sha256 "6281e2695158521c74bbfa860d8b4fa039e34f05c84a0111a9fb2f2a1e1d8ea1"
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.24.0"
4+
version "1.25.0"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-darwin-amd64.zip"
8-
sha256 "90b4c473932ed0442e6d6e9a27514b01d5f34018453bebcaf0547ca6cf276a3d"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.25.0/coder-cli-darwin-amd64.zip"
8+
sha256 "8ae65247c807278f61f9a5559cef5e3236367fde5627a1769a1f28c7140eadaa"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.24.0/coder-cli-linux-amd64.tar.gz"
11-
sha256 "b36654d3936af0e3fb3d2d21ddbed95eb4e09703951129fe8e53ee0db89dfdea"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.25.0/coder-cli-linux-amd64.tar.gz"
11+
sha256 "6281e2695158521c74bbfa860d8b4fa039e34f05c84a0111a9fb2f2a1e1d8ea1"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)