homebrew-cask/Casks/hex-fiend.rb

22 lines
855 B
Ruby

cask 'hex-fiend' do
version '2.9.0'
sha256 'c3cd3aa704e123475a54bfa3f9a74c2e20594f40b69f51832518392bdd49848f'
# 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'
name 'Hex Fiend'
homepage 'https://ridiculousfish.com/hexfiend/'
conflicts_with cask: 'hex-fiend-beta'
app 'Hex Fiend.app'
binary "#{appdir}/Hex Fiend.app/Contents/Resources/hexf"
zap trash: [
'~/Library/Caches/com.ridiculousfish.HexFiend',
'~/Library/Preferences/com.ridiculousfish.HexFiend.plist',
'~/Library/Saved Application State/com.ridiculousfish.HexFiend.savedState',
]
end