blob: 11f9f4f416063ac4214d51a7dff2b2f767d95784 (
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.1.1"
sha256 "2eae5a4994e049efa4896c7a959863e840b458ce450154d9027481388368912d"
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
|