Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 724bd44

Browse files
cdrciCoder CI
andauthored
Release 1.32.2 (#47)
Co-authored-by: Coder CI <[email protected]>
1 parent 8fe1b4d commit 724bd44

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.32.1"
4+
version "1.32.2"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.32.1/coder-cli-darwin-amd64.zip"
8-
sha256 "775d9317d027c3577e25a22eeb2185d0bd281e9b4a89c83ce950415e57a63dff"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-darwin-amd64.zip"
8+
sha256 "23cf0daea7af10701d969fd0b6e1d19b9a228335a8dcc13b6701f8bc94b7b99a"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.32.1/coder-cli-linux-amd64.tar.gz"
11-
sha256 "a0f17b7db829221042ef609a6ec09680857b43a6ff35771838f82d5b7c869086"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-linux-amd64.tar.gz"
11+
sha256 "3a9464884e007fb423768b0b90daa050c2fa7de1122c9ba72f3cc8ca5bf91865"
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.32.1"
4+
version "1.32.2"
55

66
if OS.mac?
7-
url "https://github.com/cdr/coder-cli/releases/download/v1.32.1/coder-cli-darwin-amd64.zip"
8-
sha256 "775d9317d027c3577e25a22eeb2185d0bd281e9b4a89c83ce950415e57a63dff"
7+
url "https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-darwin-amd64.zip"
8+
sha256 "23cf0daea7af10701d969fd0b6e1d19b9a228335a8dcc13b6701f8bc94b7b99a"
99
else
10-
url "https://github.com/cdr/coder-cli/releases/download/v1.32.1/coder-cli-linux-amd64.tar.gz"
11-
sha256 "a0f17b7db829221042ef609a6ec09680857b43a6ff35771838f82d5b7c869086"
10+
url "https://github.com/cdr/coder-cli/releases/download/v1.32.2/coder-cli-linux-amd64.tar.gz"
11+
sha256 "3a9464884e007fb423768b0b90daa050c2fa7de1122c9ba72f3cc8ca5bf91865"
1212
end
1313

1414
def install

0 commit comments

Comments
 (0)