mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
* accepts a Boolean value * replaces the never-documented `postflight` methods `enable_accessibility_access` / `disable_accessibility_access` (`remove_accessibility_access`) * declarative: unlike the `postflight` approach, does not have to be invoked in two places * de-document obsolete form `caveats` / `assistive_devices` * bump Travis seed to avoid false test failures
11 lines
270 B
Ruby
11 lines
270 B
Ruby
cask :v1test => 'with-accessibility-access' do
|
|
version '1.2.3'
|
|
sha256 '8c62a2b791cf5f0da6066a0a4b6e85f62949cd60975da062df44adf887f4370b'
|
|
|
|
url 'http://example.com/TestCask.dmg'
|
|
homepage 'http://example.com/'
|
|
|
|
app 'TestCask.app'
|
|
|
|
accessibility_access true
|
|
end
|