homebrew-cask/Casks/grids.rb

22 lines
628 B
Ruby
Raw Normal View History

cask 'grids' do
2018-04-30 00:15:02 +08:00
version '4.9'
sha256 '4c6dc7865f8df3b1d0861c7fcf7f3944a39f6768e74dbf3f47e66aac4cd72bb0'
2017-11-24 12:27:45 +08:00
url "http://thegridsapp.com/bin/Grids_#{version}.zip"
appcast 'http://thegridsapp.com/appcast.json',
2018-04-30 00:15:02 +08:00
checkpoint: '6b843c86f2455792329c473bfb9f29f1db72244450c3ec4a10c56f7ff70f4352'
name 'Grids'
homepage 'http://thegridsapp.com/'
auto_updates true
app 'Grids.app'
uninstall quit: 'com.thinktimecreations.Grids'
2017-11-18 18:08:50 +08:00
zap trash: [
'~/Library/Application Support/ThinkTimeCreations/Grids',
'~/Library/Preferences/com.thinktimecreations.Grids.plist',
]
end