homebrew-cask/Casks/hex-fiend.rb

19 lines
785 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hex-fiend' do
2016-11-24 17:11:28 +08:00
version '2.4.0'
sha256 'a76bba296a67747a75edc2b09881bf8d0de84b68cb4c7001608b7c0eb256ca63'
2016-03-12 22:51:00 +08:00
# github.com/ridiculousfish/HexFiend was verified as official when first introduced to the cask
2016-11-24 17:11:28 +08:00
url "https://github.com/ridiculousfish/HexFiend/releases/download/v#{version}/Hex_Fiend_#{version.major_minor}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/ridiculousfish/HexFiend/releases.atom',
2016-11-24 17:11:28 +08:00
checkpoint: 'cb2c889be6b10f4e0349f5f702c239df0848ac06503b276a37e6440238391704'
2015-04-02 04:16:42 +08:00
name 'Hex Fiend'
homepage 'http://ridiculousfish.com/hexfiend/'
2014-09-16 00:05:41 +08:00
app 'Hex Fiend.app'
zap delete: [
'~/Library/Preferences/com.ridiculousfish.HexFiend.LSSharedFileList.plist',
'~/Library/Preferences/com.ridiculousfish.HexFiend.plist',
]
2013-07-24 20:14:46 +08:00
end