homebrew-cask/Casks/protopie.rb

25 lines
595 B
Ruby

cask "protopie" do
version "7.5.0"
sha256 "be60b9f7438feda027cd27f63e455ddcd2066bc8a31aeda65dbba227df3d9dd2"
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