excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / webkinz.rb
blob996d445ad5f48ef3147d031e9775e9997e35c12f
1 cask "webkinz" do
2   version "1.7.6"
3   sha256 "1f8f6f5fb24e9e4681c3ec4354ea35a4b6f3beca846031cc2b17db0fd7509f3d"
5   url "http://downloads.webkinz.com/apps/wxsetup-#{version}.dmg"
6   name "Webkinz Classic"
7   desc "Virtual pet MMO"
8   homepage "https://webkinz.com/"
10   livecheck do
11     url "http://downloads.webkinz.com/apps/latest-mac.yml"
12     strategy :electron_builder
13   end
15   depends_on macos: ">= :el_capitan"
17   app "Webkinz.app"
19   zap trash: [
20     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/ganz.webkinz.sfl*",
21     "~/Library/Application Support/Webkinz",
22     "~/Library/Logs/Webkinz",
23     "~/Library/Preferences/Ganz.Webkinz.plist",
24     "~/Library/Saved Application State/Ganz.Webkinz.savedState",
25   ]
27   caveats do
28     requires_rosetta
29   end
30 end