homebrew-cask/Casks/josm.rb

20 lines
589 B
Ruby

cask "josm" do
version "17329"
sha256 "659b3ec7368eac4ceb0da967ab2913a6dc7aed053637983c2fa27d42e742cc8c"
# github.com/grischard/josm was verified as official when first introduced to the cask
url "https://github.com/grischard/josm/releases/download/#{version}-tested/JOSM-macOS-java15.zip"
appcast "https://github.com/grischard/josm/releases.atom"
name "JOSM"
desc "Extensible editor for OpenStreetMap"
homepage "https://josm.openstreetmap.de/"
app "JOSM.app"
zap trash: [
"~/Library/Preferences/JOSM",
"~/Library/Caches/JOSM",
"~/Library/JOSM",
]
end