cask "map" do version "4.3.1" sha256 "70870e8bde585b345e795b86ac59d16daa09d2b4f50816b07781980f40e1fa56" url "https://build.r.bdr.sh/map/Map-#{version}.dmg" name "Map" desc "Create wardley maps on macOS" homepage "https://map.tranquil.systems" livecheck do url "https://map.tranquil.systems/appcast.xml" strategy :sparkle, &:short_version end auto_updates true app "Map.app" zap trash: [ "~/Library/Application Scripts/systems.tranquil.Map", "~/Library/Containers/systems.tranquil.Map", "~/Library/Caches/systems.tranquil.Map" ] end