phinze/homebrew-cask

View on GitHub
Casks/a/adze.rb

Summary

Maintainability
A
35 mins
Test Coverage
cask "adze" do
  version "1.4.12"
  sha256 :no_check

  url "https://getadze.com/static/main/releases/Adze.zip"
  name "Adze"
  desc "Edit GPX documents"
  homepage "https://getadze.com/"

  livecheck do
    url "https://getadze.com/static/main/updates/adze.xml"
    strategy :sparkle, &:short_version
  end

  depends_on macos: ">= :sierra"

  app "Adze.app"

  zap trash: [
    "~/Library/Caches/com.Kobot.Adze",
    "~/Library/Preferences/com.Kobot.Adze.plist",
  ]
end