File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
cask "coder-desktop-preview" do
2
- version "0.5.1.2 "
2
+ version "0.5.1.6 "
3
3
sha256 :no_check
4
4
5
5
url "https://github.com/coder/coder-desktop-macos/releases/download/preview/Coder-Desktop.pkg"
6
6
name "Coder Desktop"
7
7
desc "Native desktop client for Coder"
8
8
homepage "https://github.com/coder/coder-desktop-macos"
9
9
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
+
10
17
conflicts_with cask : "coder/coder/coder-desktop"
11
18
depends_on macos : ">= :sonoma"
12
19
You can’t perform that action at this time.
0 commit comments