homebrew-cask/Casks/hex-fiend.rb

24 lines
901 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hex-fiend' do
version '2.3.0'
sha256 '0e0a683971c872ee734af2a3440f1f2abb8d442609077bd5c3e212ab3b5439f7'
2016-03-12 22:51:00 +08:00
# 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.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/ridiculousfish/HexFiend/releases.atom',
checkpoint: '2d09b3a576fc111777c4d5988be2d595651e163ee6f1b5d7dd12d608078d0a8c'
2015-04-02 04:16:42 +08:00
name 'Hex Fiend'
homepage 'http://ridiculousfish.com/hexfiend/'
license :bsd
2014-09-16 00:05:41 +08:00
app 'Hex Fiend.app'
postflight do
set_permissions "#{staged_path}/Hex Fiend.app/Contents/Frameworks/Sparkle.framework", 'og=u'
end
2015-08-09 18:33:34 +08:00
zap delete: [
'~/Library/Preferences/com.ridiculousfish.HexFiend.LSSharedFileList.plist',
'~/Library/Preferences/com.ridiculousfish.HexFiend.plist',
]
2013-07-24 20:14:46 +08:00
end