cask 'keyboard-maestro' do version '8.2.1' sha256 'eea90136c2371e1e2c74b4dc7d065cd79dab16b9de507f76392723f7ba5795c5' # stairways.com was verified as official when first introduced to the cask url "https://files.stairways.com/keyboardmaestro-#{version.no_dots}.zip" name 'Keyboard Maestro' homepage 'https://www.keyboardmaestro.com/main/' depends_on macos: '>= :yosemite' app 'Keyboard Maestro.app' zap trash: [ '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.stairways.keyboardmaestro.editor.sfl*', '~/Library/Application Support/Keyboard Maestro', '~/Library/Caches/com.stairways.keyboardmaestro.editor', '~/Library/Caches/com.stairways.keyboardmaestro.engine', '~/Library/Logs/Keyboard Maestro', '~/Library/Preferences/com.stairways.keyboardmaestro.editor.plist', '~/Library/Preferences/com.stairways.keyboardmaestro.engine.plist', '~/Library/Preferences/com.stairways.keyboardmaestro.plist', '~/Library/Saved Application State/com.stairways.keyboardmaestro.editor.savedState', ] end