homebrew-cask/Casks/axure-rp.rb

19 lines
775 B
Ruby

cask 'axure-rp' do
version '8.1.0.3382'
sha256 '8139c29714e3dc083432666362a254638856f681ce81267c8d1898e07425c224'
# 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