diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68d64d6568ca..04a9a1a3b269 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,18 +45,18 @@ class Alfred < Cask end ``` -Here is another Cask for `Vagrant.pkg`: +Here is another Cask for `Unity.pkg`: ```ruby -class Vagrant < Cask - version '1.4.3' - sha256 'e7ff13b01d3766829f3a0c325c1973d15b589fe1a892cf7f857da283a2cbaed1' +class Unity < Cask + version '4.5.4' + sha256 '6fb72bfacf78df072559dd9a024a9d47e49b5717c8f17d53f05e2fc74a721876' - url 'https://dl.bintray.com/mitchellh/vagrant/Vagrant-1.4.3.dmg' - homepage 'http://www.vagrantup.com' + url 'http://netstorage.unity3d.com/unity/unity-4.5.4.dmg' + homepage 'http://unity3d.com/unity/' - pkg 'Vagrant.pkg' - uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] } + pkg 'Unity.pkg' + uninstall :pkgutil => 'com.unity3d.*' end ``` diff --git a/doc/CASK_LANGUAGE_REFERENCE.md b/doc/CASK_LANGUAGE_REFERENCE.md index 6d6fd32bc15c..2eba9e0d76ec 100644 --- a/doc/CASK_LANGUAGE_REFERENCE.md +++ b/doc/CASK_LANGUAGE_REFERENCE.md @@ -341,7 +341,7 @@ The first argument to the `pkg` stanza should be a relative path to the `.pkg` file to be installed. For example: ```ruby -pkg 'Vagrant.pkg' +pkg 'Unity.pkg' ``` Subsequent arguments to `pkg` are key/value pairs which modify the install