excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / apptivate.rb
blob6a76b8c4ef56edd5e0dda54e82de463195fdc56b
1 cask "apptivate" do
2   version "2.2.1"
3   sha256 "06515419c235aab0a17961d5288233d6fee64f9f75905f5473f78e882b3c1cb2"
5   url "http://www.apptivateapp.com/resources/Apptivate-#{version}.app.zip"
6   name "Apptivate"
7   desc "Create global hotkeys for your files and applications"
8   homepage "http://www.apptivateapp.com/"
10   livecheck do
11     url "http://www.apptivateapp.com/changelog.txt"
12     regex(/Apptivate\s*v?(\d+(?:\.\d+)+)/i)
13   end
15   app "Apptivate.app"
17   zap trash: [
18     "~/Library/Application Support/Apptivate",
19     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/se.cocoabeans.apptivate.sfl*",
20     "~/Library/Preferences/se.cocoabeans.apptivate.plist",
21   ]
23   caveats do
24     requires_rosetta
25   end
26 end