excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / astrofox.rb
blobc4846c79820235865f6f3c26daf1cabb0497bbd0
1 cask "astrofox" do
2   version "1.4.0"
3   sha256 "8174fe0585e843635102510cff34db6d2f9711e4d5757b37deaf280da5c68537"
5   url "https://files.astrofox.io/download/Astrofox-#{version}.dmg"
6   name "Astrofox"
7   desc "Motion graphics program for music visualisations"
8   homepage "https://astrofox.io/"
10   livecheck do
11     url "https://files.astrofox.io/download/latest-mac.yml"
12     strategy :electron_builder
13   end
15   auto_updates true
17   app "Astrofox.app"
19   zap trash: [
20     "~/Library/Application Support/Astrofox",
21     "~/Library/Preferences/io.astrofox.app.plist",
22     "~/Library/Saved Application State/io.astrofox.app.savedState",
23   ]
25   caveats do
26     requires_rosetta
27   end
28 end