Commit Graph

9 Commits

Author SHA1 Message Date
Roland Walker 53e3e54cf7 add license stanza to x48 2014-10-01 11:45:02 -04:00
Roland Walker b4f24a9455 app stanza in x48.rb 2014-09-15 12:06:38 -04:00
Vítor Galvão 3330d4da4e Simplified update process for casks that have a version number in link
stanza
2014-06-16 18:33:59 +01:00
Radek Simko c868f9b276 X11 caveat DSL added to relevant casks 2014-06-14 11:29:22 +01:00
Roland Walker 9cdd1cd8e3 addtl notes on valid Casks which end with number
Comment for cases where the trailing number does not refer to
a revision or release.
2014-03-01 09:29:33 -05:00
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -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
Jim Smitley cca105cb6e Updated caveats to conform to naming convention 2013-11-13 07:26:48 -06:00
Jim Smitley 7cfc7b0704 Added cask for x48 (hp calc emulator) 2013-10-24 10:52:44 -05:00