From e8ac96693eb80158b0d65d859a90aadde1ac03e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Thu, 11 Sep 2014 20:09:24 +0100 Subject: [PATCH] replaced vagrant with unity in examples referencing the pkg --- CONTRIBUTING.md | 16 ++++++++-------- doc/CASK_LANGUAGE_REFERENCE.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38b321a3a1a1..1670eba8247c 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