cask "map" do version "4.1.0" sha256 "c54c0aff8f939949f9a45796c0cb9686f8cd00828587f328d430b8a72a01afe0" 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