mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-11 22:06:11 -06:00
wine-devel: remove conflicts_with formula (#10055)
This commit is contained in:
parent
174e011dbf
commit
b91fb2bfe3
1 changed files with 6 additions and 6 deletions
|
|
@ -5,14 +5,14 @@ cask "wine-devel" do
|
|||
url "https://dl.winehq.org/wine-builds/macosx/pool/winehq-devel-#{version}.pkg"
|
||||
appcast "https://dl.winehq.org/wine-builds/macosx/download.html"
|
||||
name "WineHQ-devel"
|
||||
desc "Compatibility layer to run Windows applications"
|
||||
homepage "https://wiki.winehq.org/MacOS"
|
||||
|
||||
conflicts_with formula: "wine",
|
||||
cask: [
|
||||
"wine-stable",
|
||||
"wine-staging",
|
||||
]
|
||||
depends_on x11: true
|
||||
conflicts_with cask: [
|
||||
"wine-stable",
|
||||
"wine-staging",
|
||||
]
|
||||
depends_on cask: "xquartz"
|
||||
|
||||
pkg "winehq-devel-#{version}.pkg",
|
||||
choices: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue