cask "freeyourmusic" do arch intel: "-x64" version "9.3.0" sha256 arm: "edc0996299fff891fde6a1902504e7c9d0ecf78acab91c075e570fc01516e390", intel: "c58266aac506e27da6eccc29950814005567afacd2838c7b2efa02a66f38e95d" url "https://fym-app-production.s3.nl-ams.scw.cloud/FreeYourMusic-#{version}#{arch}.dmg", verified: "fym-app-production.s3.nl-ams.scw.cloud/" name "FreeYourMusic" desc "Move playlists, tracks, and albums between music platforms" homepage "https://freeyourmusic.com/" livecheck do url "https://s3.nl-ams.scw.cloud/fym-app-production/latest-mac.yml" strategy :electron_builder end auto_updates true depends_on macos: ">= :catalina" app "FreeYourMusic.app" zap trash: [ "~/Library/Application Support/Caches/freeyourmusic-updater", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.freeyourmusic.app.sfl*", "~/Library/Application Support/FreeYourMusic", "~/Library/Caches/com.freeyourmusic.app", "~/Library/HTTPStorages/com.freeyourmusic.app", "~/Library/Logs/FreeYourMusic", "~/Library/Preferences/ByHost/com.freeyourmusic.app.ShipIt.*.plist", "~/Library/Preferences/com.freeyourmusic.app.plist", "~/Library/Saved Application State/com.freeyourmusic.app.savedState", ] end