moved sha256 line under version in unity-web-player

For consistency with other casks.
This commit is contained in:
Vítor Galvão 2014-05-18 00:13:21 +01:00
parent d6fd676e02
commit a46a53d845
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ class UnityWebPlayer < Cask
url 'http://webplayer.unity3d.com/download_webplayer-3.x/webplayer-mini.dmg'
homepage 'https://unity3d.com/webplayer'
version 'latest'
install 'Install Unity Web Player.pkg'
sha256 :no_check
install 'Install Unity Web Player.pkg'
uninstall :pkgutil => 'com.unity.UnityWebPlayer',
:files => '/Library/Internet Plug-Ins/Unity Web Player.plugin'
end