mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
- this allows us to support casks for things like "dmg in zip" "zip in tar", etc, etc - a nested container can be any format that homebrew-cask supports - the existing container support is now referred to as a Cask's "primary container" - use the `nested_container` artifact type to indicate the relative path to a nested container that you wanted extracted - multiple layers of nesting should work with multiple nested_container directives (though this is untested as yet) - add SpeedDownload as the first cask to use this feature; refs #602 |
||
|---|---|---|
| .. | ||
| bad-checksum.rb | ||
| basic-cask.rb | ||
| local-caffeine.rb | ||
| local-transmission.rb | ||
| missing-checksum.rb | ||
| naked-pkg.rb | ||
| nested-app.rb | ||
| no-checksum.rb | ||
| with-caveats.rb | ||
| with-installable.rb | ||
| with-macosx-dir.rb | ||
| with-pkgutil-uninstall.rb | ||