From 3db9da4550c309539f20362078ec4736d27466a1 Mon Sep 17 00:00:00 2001 From: fwcd Date: Mon, 9 Jan 2023 01:57:02 +0100 Subject: [PATCH] Declare a conflict with the upstream mixxx cask Fixes #3 --- Casks/m1xxx.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Casks/m1xxx.rb b/Casks/m1xxx.rb index 3d0b02d..65f3042 100644 --- a/Casks/m1xxx.rb +++ b/Casks/m1xxx.rb @@ -7,6 +7,8 @@ desc "Unofficial Mixxx build for Apple Silicon" homepage "https://github.com/fwcd/m1xxx" + conflicts_with cask: "mixxx" + livecheck do url "https://github.com/fwcd/m1xxx/releases/latest" regex %r{tag/v([\w.-]+)}