homebrew-cask/Casks/axure-rp.rb

18 lines
729 B
Ruby

cask 'axure-rp' do
version '8.0.0.3323'
sha256 '342d2cab19b7f6f220ad676188eea5f67ef2cc149f1a14c1ccce1886ccfe3320'
# axure.cachefly.net was verified as official when first introduced to the cask
url 'https://axure.cachefly.net/AxureRP-Setup.dmg'
name 'Axure RP'
homepage 'https://www.axure.com/'
app "Axure RP #{version.major}.app"
zap delete: [
"~/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