homebrew-cask/Casks/cutter.rb

22 lines
859 B
Ruby

cask 'cutter' do
version '1.8.2'
sha256 '1f1775626d1fa9f454a0cd781ee053237f20dbd048019978a6c17bbef64bcfa9'
# 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