excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / svp.rb
blob509579cae5641933666a9e0bb64b2a6ce6f528d8
1 cask "svp" do
2   version "4.6.273"
3   sha256 "06603381fd8f9e605183b08e956c44dc01318aab8632edccf1e7fcabc30a49ea"
5   url "https://www.svp-team.com/files/svp#{version.major}-mac.#{version}.dmg"
6   name "SVP #{version.major} Mac"
7   desc "Real time video frame rate converter"
8   homepage "https://www.svp-team.com/"
10   livecheck do
11     url "https://www.svp-team.com/files/svp#{version.major}-latest.php?mac"
12     strategy :header_match
13   end
15   depends_on macos: ">= :mojave"
17   app "SVP #{version.major} Mac.app"
19   zap trash: [
20     "~/Library/Application Support/SVP#{version.major}",
21     "~/Library/Preferences/com.svp-team.SVP#{version.major}.plist",
22     "~/Library/Preferences/com.svp-team.svpmanager.plist",
23     "~/Library/Saved Application State/com.svp-team.svpmanager.savedState",
24   ]
26   caveats do
27     requires_rosetta
28   end
29 end