homebrew-cask/Casks/axure-rp.rb

20 lines
865 B
Ruby

cask 'axure-rp' do
version '8.1.0.3372'
sha256 'c2cef4e53924285923e5c34fa2017dc5cba359f8206ffded54a2059d49e649d8'
# 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',
checkpoint: '7a4065068679050cfafd3b42f31513eb0c056be9461952acb2a841bbdfd420ee'
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