Update cask_language_deltas.md

Add audio_unit_plugin and vst_plugin stanzas
This commit is contained in:
Aditya Dalal 2015-12-16 17:14:50 -05:00 committed by adityadalal924
parent 2bf6225788
commit 1a251706b8
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,8 @@ The term `:v1` identifies the DSL version (currently 1.0), and defines the featu
### (1.2) ### (1.2)
* [`uninstall :login_item`](CASK_LANGUAGE_REFERENCE.md#uninstall-key-login_item) * [`uninstall :login_item`](CASK_LANGUAGE_REFERENCE.md#uninstall-key-login_item)
* [`audio_unit_plugin`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required)
* [`vst_plugin`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required)
## Renamed Forms (1.0) ## Renamed Forms (1.0)
@ -94,6 +96,7 @@ The term `:v1` identifies the DSL version (currently 1.0), and defines the featu
* [`app`](CASK_LANGUAGE_REFERENCE.md#app-stanza-details) * [`app`](CASK_LANGUAGE_REFERENCE.md#app-stanza-details)
* [`appcast`](CASK_LANGUAGE_REFERENCE.md#appcast-stanza-details) * [`appcast`](CASK_LANGUAGE_REFERENCE.md#appcast-stanza-details)
* [`artifact`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required) * [`artifact`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required)
* [`audio_unit_plugin`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required)
* [`binary`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required) * [`binary`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required)
* [`caveats`](CASK_LANGUAGE_REFERENCE.md#caveats-stanza-details) * [`caveats`](CASK_LANGUAGE_REFERENCE.md#caveats-stanza-details)
* [`colorpicker`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required) * [`colorpicker`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required)
@ -123,6 +126,7 @@ The term `:v1` identifies the DSL version (currently 1.0), and defines the featu
* [`uninstall`](CASK_LANGUAGE_REFERENCE.md#uninstall-stanza-details) * [`uninstall`](CASK_LANGUAGE_REFERENCE.md#uninstall-stanza-details)
* [`url`](CASK_LANGUAGE_REFERENCE.md#url-stanza-details) * [`url`](CASK_LANGUAGE_REFERENCE.md#url-stanza-details)
* [`version`](CASK_LANGUAGE_REFERENCE.md#required-stanzas) * [`version`](CASK_LANGUAGE_REFERENCE.md#required-stanzas)
* [`vst_plugin`](CASK_LANGUAGE_REFERENCE.md#at-least-one-artifact-stanza-is-also-required)
* [`zap`](CASK_LANGUAGE_REFERENCE.md#zap-stanza-details) * [`zap`](CASK_LANGUAGE_REFERENCE.md#zap-stanza-details)
## Other Supported Non-stanza Methods (1.0) ## Other Supported Non-stanza Methods (1.0)