homebrew-cask/Casks/hex-fiend.rb

19 lines
785 B
Ruby

cask 'hex-fiend' do
version '2.5.0'
sha256 '54090c9c4861f2a681b6f27558a2772767f321b57df3e49e8dd432121142ab81'
# github.com/ridiculousfish/HexFiend was verified as official when first introduced to the cask
url "https://github.com/ridiculousfish/HexFiend/releases/download/v#{version}/Hex_Fiend_#{version.major_minor}.dmg"
appcast 'https://github.com/ridiculousfish/HexFiend/releases.atom',
checkpoint: 'e3f2f50763b4be2983633d6500fa3a2f22c03f4ca6f26dcdecf9d0f3cbd2effb'
name 'Hex Fiend'
homepage 'http://ridiculousfish.com/hexfiend/'
app 'Hex Fiend.app'
zap delete: [
'~/Library/Preferences/com.ridiculousfish.HexFiend.LSSharedFileList.plist',
'~/Library/Preferences/com.ridiculousfish.HexFiend.plist',
]
end