Skip to content

Coder Desktop v0.1.0-5-gccfc849 #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Casks/coder-desktop-preview.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cask "coder-desktop-preview" do

Check failure on line 1 in Casks/coder-desktop-preview.rb

GitHub Actions / test (macos-13)

Use `sha256 :no_check` when URL is unversioned.
version "0.1.0-5-gccfc849"
sha256 "ee609c2833f74c875dcdfca713a9f3327a7a57212e484ce07cf210207ea16332"

url "https://github.com/coder/coder-desktop-macos/releases/download/preview/Coder.Desktop.dmg"
name "Coder Desktop"
desc "Coder Desktop client"
homepage "https://github.com/coder/coder-desktop-macos"

depends_on macos: ">= :sonoma"

Check failure on line 10 in Casks/coder-desktop-preview.rb

GitHub Actions / test (ubuntu-22.04)

Cask/StanzaOrder: `depends_on` stanza out of order

Check failure on line 10 in Casks/coder-desktop-preview.rb

GitHub Actions / test (macos-13)

Cask/StanzaOrder: `depends_on` stanza out of order

app "Coder Desktop.app"

Check failure on line 12 in Casks/coder-desktop-preview.rb

GitHub Actions / test (ubuntu-22.04)

Cask/StanzaOrder: `app` stanza out of order

Check failure on line 12 in Casks/coder-desktop-preview.rb

GitHub Actions / test (macos-13)

Cask/StanzaOrder: `app` stanza out of order
conflicts_with cask: "coder/coder/coder-desktop"

Check failure on line 13 in Casks/coder-desktop-preview.rb

GitHub Actions / test (ubuntu-22.04)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line

Check failure on line 13 in Casks/coder-desktop-preview.rb

GitHub Actions / test (ubuntu-22.04)

Cask/StanzaOrder: `conflicts_with` stanza out of order

Check failure on line 13 in Casks/coder-desktop-preview.rb

GitHub Actions / test (macos-13)

Cask/StanzaGrouping: stanza groups should be separated by a single empty line

Check failure on line 13 in Casks/coder-desktop-preview.rb

GitHub Actions / test (macos-13)

Cask/StanzaOrder: `conflicts_with` stanza out of order
end