cask "map" do version "4.3.0" sha256 "1c24fcaaf71404666d3a9877eaa8664e3f9907184e072d9a12df08c4783af25b" 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