mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
Keeping the `link` stanza in the DSL is a mistake: it will be confusing when combined with the ability to install by copying. This PR retires `link` completely, and adds a generic artifact stanza called `artifact`. (`link` is removed from the docs, but will still work for compatibility during transition.) This only affects one current Cask (dwarf-fortress.rb), and that Cask may be changed to use `suite` in the future. |
||
|---|---|---|
| .. | ||
| after_block_test.rb | ||
| alt_target_test.rb | ||
| app_test.rb | ||
| before_block_test.rb | ||
| binary_test.rb | ||
| generic_artifact_test.rb | ||
| nested_container_test.rb | ||
| pkg_test.rb | ||
| two_apps_correct_test.rb | ||
| two_apps_incorrect_test.rb | ||
| uninstall_test.rb | ||
| zap_test.rb | ||