homebrew-cask/Casks/p/protopie.rb

25 lines
595 B
Ruby

cask "protopie" do
version "7.9.2"
sha256 "da9cd205446c12eb1d065352a9d6be4332c4a9257a3a05cee67b57a639de8f90"
url "https://release.protopie.io/ProtoPie-#{version}.dmg"
name "ProtoPie"
desc "Create interactive prototypes"
homepage "https://www.protopie.io/"
livecheck do
url "https://download.protopie.io/darwin/latest"
strategy :header_match
end
auto_updates true
app "ProtoPie.app"
zap trash: [
"~/Library/Application Support/ProtoPie",
"~/Library/Preferences/io.protopie.plist",
"~/Library/Saved Application State/io.protopie.savedState",
]
end