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

16 lines
628 B
Ruby

cask 'unity-android-support-for-editor' do
version '2019.3.9f1,e6e740a1c473'
sha256 '280807504b9b2d2a610893f544ccbc2249f9c609314a9e63206a183b6f5f0356'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json'
name 'Unity Android Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-Android-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.AndroidPlayer'
end