Commit Graph

35 Commits

Author SHA1 Message Date
Roland Walker fa80ed7786 re-use version in macvim 2014-10-28 10:18:18 -04:00
Roland Walker 48c1f01599 add appcast :sha256 in macvim 2014-10-15 20:38:42 -04:00
Roland Walker 81e855ac1b caveats last in macvim 2014-10-10 08:18:51 -04:00
Roland Walker 678991efe1 remove unneeded `puts` in macvim.rb 2014-10-07 11:18:31 -04:00
Roland Walker ac60b84aed add license stanza to macvim 2014-10-01 11:43:19 -04:00
Roland Walker 09182d5140 cvt to :delete macvim 2014-09-18 07:57:57 -04:00
Roland Walker 27bcc3744c zap stanza from mackup for macvim.rb 2014-09-16 09:33:40 -04:00
Roland Walker cffb173654 app stanza in macvim.rb 2014-09-15 12:05:53 -04:00
Roland Walker eecd99dd90 macvim conditional: newest OS default 2014-08-09 12:43:15 -04:00
Yegor Timoschenko 997669b2b5 Fix MacVim Yosemite preference 2014-08-09 01:48:50 +07:00
Roland Walker c976719df0 add appcast stanza for macvim.rb 2014-06-02 14:14:58 -04:00
Dan Barber c81b63e579 Update MacVim to snapshot 73. 2014-05-05 16:14:10 +01:00
Miguel Flores Ruiz de Eguino 57970f6695 Update macvim to sha256 2014-03-04 18:49:28 -06:00
Roland Walker af577ebd15 add files_in_usr_local caveat to several Casks 2014-02-21 10:44:44 -05:00
Roland Walker 329c48298a caveats first-class in DSL, gets own mini-DSL
Make caveats a first-class member of the Cask DSL.  It no longer has to
be specified with "def caveats", but can be given as "caveats do ... end"
as with after_install blocks.

In addition, create a mini-DSL which can be used within caveats blocks,
providing standard messages when manual installers must be used,
reboot-required, etc.

Add alternate form: caveats can also accept a compile-time string for
simple cases.

This is 99% compatible with old Casks, as it still works by defining
a caveats method.  However, all Casks containing caveats are cleaned
up and adapted according to the new DSL.

Full docs in CONTRIBUTING.md.
2014-01-20 11:54:46 -05:00
Stratos Moros 13445bdfc1 update a few cask to use `binary` artifact
This is obviously not an exhaustive list. I have included it in
the branch to demonstrate the new feature.
2014-01-05 22:55:18 +02:00
Paul Hinze 470375ade3 add caveats to macvim
- display command to link mvim binary to $PATH
 - warn user of homebrew macvim formula

closes #1539
2013-12-08 10:58:43 -06:00
Brian Donovan 337cc1f752 Use the Mountain Lion version of MacVim for non-Mavericks machines. 2013-11-08 14:39:26 -08:00
Fernando Paredes 2570e011f0 Change MacVim to Mavericks release 2013-11-06 19:29:32 -08:00
Fernando Paredes 66c660ae61 MacVim Snapshot-72
Closes #1455
2013-11-03 21:58:38 -08:00
Kyle Huang 176587c21d updated macvim link 2013-10-13 23:12:00 -05:00
jTux 08c8cd6d29 update MacVim 2013-10-09 10:00:46 +08:00
Lucas Mendelowski 89aee502ac Fixed link parameter in cask for MacVim
The latest version of MacVim places app within MacVim-snapshot-70 folder so link
path has to include that folder.
2013-10-08 10:05:21 +02:00
Fernando Paredes 14633b9b92 Update MacVim to Snapshot 70 2013-08-11 07:28:14 -07:00
Micha Moskovic dc5ec2d4f5 MacVim 7.4b (snapshot 69) 2013-07-31 11:42:55 +02:00
Valentin-Costel Hăloiu 71fdc9acdf Update macvim sha1 2013-07-17 07:31:26 +03:00
Crazor a676c7cc8c Bump MacVim Cask to snapshot 68 2013-07-14 16:40:40 +02:00
Crazor c8114f6beb Bump MacVim cask to snapshot 67 2013-07-09 22:23:13 +02:00
David Jacobs 1dddf80df1 Remove :app designation from MacVim link 2013-05-31 14:29:31 -06:00
David Jacobs 3e8836deb1 Link MacVim 2013-05-30 23:09:22 -07:00
Vítor Galvão 713f66eab6 updated macvim to 7.3-66 2013-04-17 03:52:22 +01:00
Paul Hinze e702a69b28 so long content_length
closes #131
2013-03-13 13:13:37 -05: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 82cc199ae6
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
phinze 029bd855db support tar-bzip archives so we can add macvim 2012-09-21 23:05:10 -05:00