homebrew-cask-versions/Casks/unity3d.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

10 lines
291 B
Ruby

class Unity3d < Cask
url 'http://netstorage.unity3d.com/unity/unity-4.3.4.dmg'
homepage 'http://unity3d.com/unity/'
version '4.3.4.1'
sha256 '09e073e68fd54533338fc2f79ffa255cc4f9b8effa4b1ef22865b9c2548d6f86'
install 'Unity.pkg'
uninstall(
:pkgutil => 'com.unity3d.*'
)
end