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

16 lines
598 B
Ruby

cask 'unity-android-support-for-editor' do
version '2018.1.5f1,732dbf75922d'
sha256 'efb54f05d6f6590806783de8d60cfc6e96d1af0a37454e4e8e45f4bffc673e55'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://unity3d.com/get-unity/update'
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