homebrew-cask/Casks/cutter.rb

20 lines
759 B
Ruby
Raw Normal View History

cask 'cutter' do
2018-01-31 09:11:16 +08:00
version '1.2'
sha256 '9d5cc522e2d571746c9df89bce5528a81b85e31ccaee3d8e79933ea1eb944892'
# github.com/radareorg/cutter was verified as official when first introduced to the cask
2017-12-25 18:52:48 +08:00
url "https://github.com/radareorg/cutter/releases/download/v#{version}/cutter-v#{version}.dmg"
appcast 'https://github.com/radareorg/cutter/releases.atom',
2018-01-31 09:11:16 +08:00
checkpoint: 'efac4ee3bcb6ecddaf748d3a86012553de50c366a09bfb54c6c137dc445651d5'
name 'Cutter'
homepage 'https://radare.org/cutter/'
app 'cutter.app'
zap trash: [
'~/Library/Preferences/com.cutter.cutter.plist*',
'~/Library/Preferences/test.cutter.plist',
'~/Library/Saved Application State/test.cutter.savedState',
]
end