excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / almighty.rb
blob6fe907b8a346bb2cb1159c9930d5fa2ae183971c
1 cask "almighty" do
2   version "2.7.1"
3   sha256 :no_check
5   url "https://almighty-app.s3.amazonaws.com/Almighty.zip",
6       verified: "almighty-app.s3.amazonaws.com/"
7   name "Almighty"
8   desc "Settings and tweaks configurator"
9   homepage "https://indiegoodies.com/almighty"
11   livecheck do
12     url "https://raw.githubusercontent.com/onmyway133/archives/master/AlmightyCast.xml"
13     strategy :sparkle, &:short_version
14   end
16   auto_updates true
17   depends_on macos: ">= :monterey"
19   app "Almighty.app"
21   zap trash: [
22     "~/Library/Application Support/Almighty",
23     "~/Library/Application Support/com.onmyway133.Almighty",
24     "~/Library/Caches/com.onmyway133.Almighty",
25     "~/Library/Preferences/com.onmyway133.Almighty.plist",
26     "~/Library/Saved Application State/com.onmyway133.Almighty.savedState",
27   ]
28 end