cask 'axure-rp' do version '8.1.0.3379' sha256 '678ccae3c1d89a42de65b22fd97d41dc41f2432c8745bf73389255bc915e164f' # 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