homebrew-cask/Casks/axure-rp.rb

20 lines
786 B
Ruby

cask "axure-rp" do
version "9.0.0.3722"
sha256 "8bd70c0472a14525b810132af81733fd59fb8fb6aa499c9c3e060c350cf7537d"
# axure.cachefly.net/ was verified as official when first introduced to the cask
url "https://axure.cachefly.net/AxureRP-Setup.dmg"
appcast "https://www.axure.com/release-history"
name "Axure RP"
desc "Planning and prototyping tool for developers"
homepage "https://www.axure.com/"
app "Axure RP #{version.major}.app"
zap trash: [
"~/Library/Preferences/com.axure.AxureRP#{version.major}.plist",
"~/Library/Saved Application State/com.axure.AxureRP#{version.major}.savedState",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.axure.axurerp#{version.major}.sfl*",
]
end