blob: 77f95ee0f3f76599baba593e315ffb2e5b966ea6 (
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.2.0"
sha256 "091a4f3f0c68f61a9581acfa55e5e5be95b8976477c4f9ddc93b99d025b35120"
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
|