homebrew-cask/Casks/protopie.rb

25 lines
595 B
Ruby

cask "protopie" do
version "6.0.4"
sha256 "f81159a54dbfbb61f63dae3969d2c58ca835da76002029055d1615fea9963fa6"
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