|
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_withcask:"coder/coder/coder-desktop"
|
11 | 18 | depends_onmacos:">= :sonoma"
|
12 | 19 |
|
|