blob: 5ff40a0e288fde5cc2c66cfc460819dd86b51292 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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
|