mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
* `app`, `suite`, and `artifact no longer implemented as synonyms for `link` * backward-compatible code/comments removed * creates class `Cask::Artifact::Suite` * updates `brew cask info` to show specific artifact type * fixes stray "Generic artifact" messages
2 lines
58 B
Ruby
2 lines
58 B
Ruby
class Cask::Artifact::App < Cask::Artifact::Symlinked
|
|
end
|