cask "keyboard-maestro" do version "11.0.4,1104" sha256 "f86d23bf729b5f9a2d1194e67eebc70c4756cf1e94e813d6fc4db6dfce66e99f" url "https://files.stairways.com/keyboardmaestro-#{version.csv.second}.zip", verified: "stairways.com/" name "Keyboard Maestro" desc "Automation software" homepage "https://www.keyboardmaestro.com/main/" livecheck do url "https://files.stairways.com/index.html" regex(/href=.*?keyboardmaestro[._-]v?(\d+)\.zip.*?Maestro\s*(\d+(?:\.\d+)+)/i) strategy :page_match do |page, regex| match = page.match(regex) next if match.blank? "#{match[2]},#{match[1]}" end end no_autobump! because: :requires_manual_review auto_updates true depends_on macos: ">= :high_sierra" 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