Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9bb47 commit 9a3c2d8Copy full SHA for 9a3c2d8
Casks/coder-desktop-preview.rb
@@ -1,12 +1,19 @@
1
cask "coder-desktop-preview" do
2
- version "0.5.1.2"
+ version "0.5.1.6"
3
sha256 :no_check
4
5
url "https://github.com/coder/coder-desktop-macos/releases/download/preview/Coder-Desktop.pkg"
6
name "Coder Desktop"
7
desc "Native desktop client for Coder"
8
homepage "https://github.com/coder/coder-desktop-macos"
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
+
17
conflicts_with cask: "coder/coder/coder-desktop"
18
depends_on macos: ">= :sonoma"
19
0 commit comments