homebrew-cask/Casks/zeplin.rb

26 lines
566 B
Ruby

cask "zeplin" do
version "4.0,1424"
sha256 :no_check
url "https://api.zeplin.io/urls/download-mac"
name "Zeplin"
desc "Share, organize and collaborate on designs"
homepage "https://zeplin.io/"
livecheck do
url "https://api.appcenter.ms/v0.1/public/sparkle/apps/8926efff-e734-b6d3-03d0-9f41d90c34fc"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "Zeplin.app"
zap trash: [
"~/Library/Caches/io.zeplin.osx",
"~/Library/Logs/Zeplin",
"~/Library/Preferences/io.zeplin.osx.plist",
]
end