cask 'cutter' do version '1.7.4' sha256 'b78e9e0236254a8fbeba6932ba1aebad23de738ec0b8a686c6c349abe706c698' # 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}-x64.macOS.dmg" appcast 'https://github.com/radareorg/cutter/releases.atom' name 'Cutter' homepage 'https://radare.org/cutter/' depends_on macos: '>= :sierra' 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