Skip to content

Commit 94c55ea

Browse files
committed
feat(ds): add conflicts_with between ds and ds@nightly casks
Signed-off-by: maxcleme <maxime.clement@docker.com>
1 parent 30ea6b3 commit 94c55ea

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Casks/ds.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
desc "Docker Dash CLI"
1212
homepage "https://github.com/docker/dash-releases"
1313

14+
conflicts_with cask: "docker/tap/ds@nightly"
15+
1416
depends_on cask: "docker/tap/secrets-engine",
1517
arch: :arm64,
1618
macos: ">= :tahoe"

Casks/ds@nightly.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
desc "Build, run, and govern agents across the software development lifecycle."
1212
homepage "https://github.com/docker/dash-releases"
1313

14+
conflicts_with cask: "docker/tap/ds"
15+
1416
depends_on cask: "docker/tap/secrets-engine",
1517
arch: :arm64,
1618
macos: ">= :tahoe"
1719

18-
binary "Dash.app/Contents/MacOS/ds", target: "ds-nightly"
20+
binary "Dash.app/Contents/MacOS/ds", target: "ds"
1921
bash_completion "etc/bash_completion.d/ds"
2022
zsh_completion "share/zsh/site-functions/_ds"
2123
fish_completion "share/fish/vendor_completions.d/ds.fish"

0 commit comments

Comments
 (0)