homebrew-cask/Casks/unity-webgl-support-for-edi...

15 lines
536 B
Ruby
Raw Normal View History

2017-02-18 11:34:12 +08:00
cask 'unity-webgl-support-for-editor' do
version '5.5.0f3,38b4efef76f0'
sha256 '17532ebcf73d74dec9b1403e6649697dfd39aafac87806a601b70bf713a7a270'
url "http://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg"
name 'Unity WebGL Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.WebGLSupport'
end