cask 'cutter' do version '1.6' sha256 'f3aa34644eee0d99d08c4de947b280ccd8347b5893d8f092d23614e4e34c7a42' # github.com/radareorg/cutter was verified as official when first introduced to the cask url "https://github.com/radareorg/cutter/releases/download/v#{version}/Cutter-v#{version}.dmg" appcast 'https://github.com/radareorg/cutter/releases.atom' name 'Cutter' homepage 'https://radare.org/cutter/' app 'Cutter.app' zap trash: [ '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/test.cutter.sfl*', '~/Library/Preferences/com.cutter.cutter.plist*', '~/Library/Preferences/test.cutter.plist', '~/Library/Saved Application State/test.cutter.savedState', ] end