homebrew-cask/Casks/axure-rp.rb

20 lines
869 B
Ruby

cask 'axure-rp' do
version '8.0.0.3333'
sha256 'd4745cd4518429e253149e42a1566e9172260f2d81be8f1a1895c6a46bd85e47'
# 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: '00e89cb7d5f04b151757af4a6fd3c7366035820eb9c2c47b35bf26f0976b6541'
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