Commit Graph

19 Commits

Author SHA1 Message Date
Roland Walker 56b676eb9e blank before uninstall in totalfinder 2014-11-22 09:12:46 -05:00
Roland Walker 94a2961525 new-style header in totalfinder 2014-11-13 12:39:08 -05:00
Lincoln Lee 7d90397efe Update totalfinder to 1.6.17 and update license 2014-11-12 22:44:26 +08:00
Lincoln Lee 78a5331e1e Update totalfinder to 1.6.16 2014-11-07 15:17:14 +08:00
Michael Warkentin 228190bb98 Upgrade totalfinder.app to 1.6.12
Now that Yosemite is out, a newer version is required.
2014-10-16 20:39:42 -04:00
Roland Walker 5f3c816b02 add license stanza to totalfinder 2014-10-01 11:44:46 -04:00
ndr a0d0c6e553 Add `uninstall :pkgutil` to totalfinder 2014-09-28 12:30:49 +02:00
Roland Walker ccf084a7e1 totalfinder.rb 2014-09-10 11:37:07 -04:00
Fernando Paredes f3ff9f8fb0 Totalfinder: Make cask easier to update 2014-07-26 09:31:23 -07:00
tbsmcd 16e7861149 update totalfinder.rb 2014-07-27 01:28:32 +09:00
ndr cc24f52106 Reformat totalfinder.rb according to readability conventions 2014-06-27 02:01:49 +02:00
Eugene San (eugenesan) 5e52aed73f Update totalfinder to 1.6 2014-06-04 12:11:16 +03:00
Lincoln Lee dd6f16022e Update totalfinder to 1.5.22 2014-03-21 00:02:25 +08:00
Lincoln Lee 1c27f4c1d3 Update Totalfinder to 1.5.19 2014-02-27 18:44:46 +08: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 81744a038d bugfix: make uninstall :script accept a hash
The indentation in CONTRIBUTING.md implies that :script accepts a hash.
But that is not the case. Instead :script accesses the entire hash defined
by uninstall.  Unrelated install keys such as :quit leak through to
@command.run! when attempting to exec :script.  Result: contrary to docs,
:script cannot be combined with other uninstall keys.

This PR makes uninstall :script accept a hash.  When :args or :input are not
needed, :script can still accept a plain string, so many Casks require no
alteration.

In addition
- adds key :executable, required when using hash argument to :script
- keys to :script are validated and sanitized before being passed to
  @command.run!
- adds :quit to with-installable.rb test to protect against regression
  on leaky keys
2014-01-11 12:20:59 -05:00
Michael Ford 9798bfb625 TotalFinder 1.5.6 2014-01-02 02:05:45 +08:00
Lincoln Lee 7ad9d5c480 Update TotalFinder to 1.5.4 2013-11-20 12:11:15 +08:00
Scott Reeves 2158028e76 Update TotalFinder for new naming conventions 2013-11-09 15:42:48 -05:00