Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions Casks/coder-desktop.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
cask "coder-desktop" do
version "0.8.0"
sha256 "e683fe7dcd3abb6485a6ebb0668a0fd72ed04efb0d11163cc22b5f3eab85ff88"
version "0.8.1"
sha256 "b4187930ff59a4a7eee65cf79fbc2cadc6b94e3d6eea505a740cd27880d23c57"

url "https://github.com/coder/coder-desktop-macos/releases/download/v#{version}/Coder-Desktop.pkg"
name "Coder Desktop"
desc "Native desktop client for Coder"
homepage "https://github.com/coder/coder-desktop-macos"

auto_updates true
depends_on macos: :sonoma
depends_on macos: ">= :sonoma"

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

View workflow job for this annotation

GitHub Actions / test (macos-15)

Homebrew/OSDependsOn: Use `depends_on macos: :sonoma`.

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

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04)

Homebrew/OSDependsOn: Use `depends_on macos: :sonoma`.

pkg "Coder-Desktop.pkg"

Expand All @@ -19,9 +19,9 @@
],
login_item: "Coder Desktop"

zap delete: [

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

View workflow job for this annotation

GitHub Actions / test (macos-15)

Cask/ArrayAlphabetization: The array elements should be ordered alphabetically

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

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04)

Cask/ArrayAlphabetization: The array elements should be ordered alphabetically
"/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin-arm64",
"/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin_amd64",
"/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin-amd64",
"/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib",
],
trash: [
Expand Down
Loading