Skip to content

Commit 9a3c2d8

Browse files
Deprecate Coder Desktop Preview cask (#255)
1 parent ed9bb47 commit 9a3c2d8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Casks/coder-desktop-preview.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
cask "coder-desktop-preview" do
2-
version "0.5.1.2"
2+
version "0.5.1.6"
33
sha256 :no_check
44

55
url "https://github.com/coder/coder-desktop-macos/releases/download/preview/Coder-Desktop.pkg"
66
name "Coder Desktop"
77
desc "Native desktop client for Coder"
88
homepage "https://github.com/coder/coder-desktop-macos"
99

10+
deprecate! date: "2025-06-02",
11+
because: <<~REASON
12+
preview builds should now be installed via the built-in update mechanism.
13+
We recommend uninstalling this cask, installing the non-preview version,
14+
and then switching to the 'preview' channel in the app settings.
15+
REASON
16+
1017
conflicts_with cask: "coder/coder/coder-desktop"
1118
depends_on macos: ">= :sonoma"
1219

0 commit comments

Comments
 (0)