homebrew-cask/Casks/hypo.rb

21 lines
709 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hypo' do
2015-11-14 06:58:35 +08:00
version '0.5.4'
sha256 '7f815338d91baf6cac953b9f85350f32285d063a90e4ba3197266f23fc54cd4c'
2015-09-18 17:21:07 +08:00
# github.io is the official download host per the vendor homepage
url "https://hypo.github.io/HypoAppPublic/hypo-#{version}.app.tbz"
appcast 'https://hypo.github.io/HypoAppPublic/appcast.xml',
checkpoint: 'c0358e1ff9666ece8596550cdae999e6a4129c4abe8722650cc47511e9624835'
2015-09-18 17:21:07 +08:00
name 'hypo'
homepage 'https://hypo.cc/mac.html'
2015-09-18 17:21:07 +08:00
license :gratis
app 'Hypo.app'
zap delete: [
'~/Library/Caches/cc.hypo.hypo',
'~/Library/Preferences/cc.hypo.hypo.plist',
'~/Library/Saved Application State/cc.hypo.hypo.savedState',
]
2015-09-18 17:21:07 +08:00
end