Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / z / zy-player.rb
blob36f87740096a65d3f7734e0a39f88dbe908e25a3
1 cask "zy-player" do
2   version "2.8.8"
3   sha256 "c00d2315d564f800fbb6d67fb3e3620276cfc0669737b20fdbc54d39b87596ab"
5   url "https://github.com/Hunlongyu/ZY-Player/releases/download/v#{version}/ZY-Player-#{version}.dmg"
6   name "ZY Player"
7   desc "Video resource player"
8   homepage "https://github.com/Hunlongyu/ZY-Player"
10   livecheck do
11     url :url
12     strategy :github_latest
13   end
15   app "ZY Player.app"
17   zap trash: [
18     "~/Library/Application Support/zy",
19     "~/Library/Preferences/com.hunlongyu.zy.plist",
20     "~/Library/Saved Application State/com.hunlongyu.zy.savedState",
21   ]
23   caveats do
24     requires_rosetta
25   end
26 end