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

16 lines
656 B
Ruby

cask 'unity-windows-support-for-editor' do
version '2019.3.7f1,6437fd74d35d'
sha256 'c2495f2267294bdfc2648b09cf0b7f5d59ad6d0d475fde93bf79a237025f116c'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json'
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