homebrew-cask/Casks/hint.rb

17 lines
506 B
Ruby
Raw Normal View History

2017-03-17 17:13:11 +08:00
cask 'hint' do
version '0.4.1-alpha'
sha256 '88fae651c2459f90396b14c15a0291495321705b473caf0457ede20e1f5f770f'
url "https://github.com/crsmithdev/hint/releases/download/v#{version}/Hint.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/crsmithdev/hint/releases.atom'
2017-03-17 17:13:11 +08:00
name 'Hint'
homepage 'https://github.com/crsmithdev/hint'
app 'Hint/Hint.app'
2017-11-18 18:15:41 +08:00
zap trash: [
'~/Library/Containers/com.crsmithdev.Hint',
'~/Library/Application Scripts/com.crsmithdev.Hint',
]
2017-03-17 17:13:11 +08:00
end