homebrew-cask/Casks/unity-windows-support-for-e...

16 lines
636 B
Ruby

cask 'unity-windows-support-for-editor' do
version '2018.2.0f2,787658998520'
sha256 '924fb23c211f4ae4441f74381b66d7bd5478d71d7b56a5bc7aee58fadcb66a0d'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://unity3d.com/get-unity/download/archive'
name 'Unity Windows (Mono) Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-Windows-Mono-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.WindowsStandaloneSupport'
end