homebrew-cask/Casks/unity-vuforia-ar-support-fo...

16 lines
649 B
Ruby

cask 'unity-vuforia-ar-support-for-editor' do
version '2019.1.12f1,f04f5427219e'
sha256 'd2585a51021015f73d22877bfae1bac1b86052226fd4e20661b06ee42b5f039e'
url "https://download.unity3d.com/download_unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Vuforia-AR-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json'
name 'Unity Vuforia AR Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-Vuforia-AR-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.VuforiaSupport'
end