Commit graph

15 commits

Author SHA1 Message Date
Roy Xiang
cf677fb414 virtualbox 4.3.0-89960
updated virtualbox from 4.2.18-88780 to 4.3.0-89960
2013-10-16 11:06:28 +08:00
Paweł Waleczek
8f3d825e76 added Google Chrome Beta and updated VirtualBox to 4.2.18 2013-09-09 13:12:17 +02:00
phinze
171456dc98 support for install/uninstall
accepts a single argument, which is a relative path to a pkg
inside the extracted Cask; homebrew-cask will attempt to install this
pkg after the Cask is extracted via `installer`

because of the many different ways uninstallers work, this
has several features:

 - `:script`: a script in the Cask which serves as an uninstaller (e.g.
   Vagrant, VirtualBox), uses `:args`, and `:input` keys to interact
   with said script
 - `:pkgutil`: a regexp which captures all package_ids installed by this
   cask; homebrew-cask will list all files installed under these ids and
   remove them
 - `:launchctl`: a list of bundle_ids for services that should be
   removed by homebrew-cask
 - `:files`: a fallback list of files to manually remove; helps when
   uninstallers miss something

refs #661
2013-07-21 22:01:38 -05:00
Robert Curth
0392e0957f Updates version of VirtualBox cask 2013-07-05 13:23:42 +02:00
Zachary M. Jones
974465237e virtualbox sha1 fix
virtualbox's listed sha1 is incorrect, and I neglected to test it :(
2013-06-23 14:37:45 -04:00
Zachary M. Jones
c4688ad5a2 Virtualbox cask outdated 2013-06-23 14:21:46 -04:00
Ryan Neufeld
bbce61a506 Install Virtualbox
Actually run the installer for virtual box.
2013-05-16 20:29:12 -06:00
Ryan Neufeld
3bc2208194 Upgrade Virtual box to 4.2.12 2013-04-21 11:13:12 -07:00
Vítor Galvão
f7d9ad09dc removed content_length 2013-03-27 00:42:45 +00:00
Stefan Schmidt
7446e17766 Updated VirtualBox to 4.2.10-84104 2013-03-21 16:21:19 +01:00
uu1101
c85301ae43 VirtualBox 4.2.6
Closes #132.

Signed-off-by: Félix Saparelli <me@passcod.net>
2013-01-07 09:00:10 +13:00
phinze
0d1f831b79 Add checksum support to Casks.
`md5`, `sha1`, `sha256` all take a hexdigest string, e.g:
sha1 'f645e9da45a621415a07a7492c45923b1a1fd4d4'

`no_checksum` takes no argument, and indicates there is no checksum
for this cask. This is *not recommended*, and should only be used for
casks that have no versioned downloads.

`brew cask install` will complain if there is no sum provided (unless
`no_checksum` has been invoked), or if the sums do not match. It will
provide the computed checksum so the cask can be easily amended.

Adapted from @passcod's work in 82cc199ae6bbb1e98950e71a0573ab48e6a641ee
2012-12-17 17:04:22 -07:00
phinze
95672686e3 fill in content_length for all casks 2012-11-18 23:13:43 -06:00
Nolan Nichols
1066c91ddf fixed camelcase naming of cask class 2012-11-12 14:34:16 -08:00
Nolan Nichols
6904c3de68 add support for VirtualBox 2012-11-11 23:25:37 -08:00