homebrew-cask/Casks/axure-rp.rb

19 lines
732 B
Ruby

cask "axure-rp" do
version "9.0.0.3707"
sha256 "5e00c32318f88fb51118fa40a325f4cc33f30f52d0796144e25c43cc8bdf8a0e"
# 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"
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