homebrew-cask/Casks/grids.rb

22 lines
634 B
Ruby
Raw Normal View History

cask 'grids' do
2017-05-13 10:17:27 +08:00
version '4.5.6'
sha256 '3d80066672470cef0b889ed540384a9733daf6fdab189f023f9753a54fca6d10'
url "http://thegridsapp.com/bin/Grids_#{version}.dmg"
appcast 'http://thegridsapp.com/appcast.json',
2017-05-13 10:17:27 +08:00
checkpoint: '90d59bd1f2925bf6592c01f6e43df7daf5f23f71e69c044fe17f2b021b67126a'
name 'Grids'
homepage 'http://thegridsapp.com/'
auto_updates true
app 'Grids.app'
uninstall quit: 'com.thinktimecreations.Grids'
zap delete: [
'~/Library/Application Support/ThinkTimeCreations/Grids',
'~/Library/Preferences/com.thinktimecreations.Grids.plist',
]
end