Skip to content

Commit

Permalink
Merge pull request #172376 from Homebrew/update-mono-mdk-for-visual-s…
Browse files Browse the repository at this point in the history
…tudio-refs
  • Loading branch information
razvanazamfirei authored Apr 28, 2024
2 parents 461652a + 9a1fa29 commit 1ef371c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Casks/m/mono-mdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
regex(%r{href=.*?/MonoFramework-MDK-(\d+(?:\.\d+)+).macos10.xamarin.universal\.pkg}i)
end

conflicts_with cask: "homebrew/cask-versions/mono-mdk-for-visual-studio",
conflicts_with cask: "mono-mdk-for-visual-studio",
formula: "mono"

pkg "MonoFramework-MDK-#{version}.macos10.xamarin.universal.pkg"
Expand Down
2 changes: 1 addition & 1 deletion Casks/x/xamarin-mac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
end
end

depends_on cask: "homebrew/cask-versions/mono-mdk-for-visual-studio"
depends_on cask: "mono-mdk-for-visual-studio"

pkg "xamarin.mac-#{version.csv.first}.pkg"

Expand Down

0 comments on commit 1ef371c

Please sign in to comment.