mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
10 lines
263 B
Ruby
10 lines
263 B
Ruby
class Unity3d < Cask
|
|
url 'http://netstorage.unity3d.com/unity/unity-4.3.0.dmg'
|
|
homepage 'http://unity3d.com/unity/'
|
|
version '4.3.0'
|
|
sha1 '03a270fcefc605142fb53398b3fe8409d0b2837f'
|
|
install 'Unity.pkg'
|
|
uninstall(
|
|
:pkgutil => 'com.unity3d.*'
|
|
)
|
|
end
|