homebrew-cask/Casks/keyboard-maestro.rb

28 lines
1.2 KiB
Ruby

cask "keyboard-maestro" do
version "9.1"
sha256 "49772ea5f5a94c8fa74c462eb4cd4773a4e69066d6672a72c300b544c632a200"
url "https://files.stairways.com/keyboardmaestro-#{version.no_dots}.zip",
verified: "stairways.com/"
appcast "https://www.keyboardmaestro.com/action/sivc?M&U&08248000&6ABF5EF7&xxxxxxxx&00000000&000010E0&KM&EN"
name "Keyboard Maestro"
homepage "https://www.keyboardmaestro.com/main/"
auto_updates true
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