homebrew-cask/Casks/grids.rb

22 lines
630 B
Ruby
Raw Normal View History

cask 'grids' do
2018-01-30 03:34:46 +08:00
version '4.7.2'
sha256 '4c10dd55bfdb1e65940214b071a820c71649397d8ee96d1072e0deac7df25411'
2017-11-24 12:27:45 +08:00
url "http://thegridsapp.com/bin/Grids_#{version}.zip"
appcast 'http://thegridsapp.com/appcast.json',
2018-01-30 03:34:46 +08:00
checkpoint: '601666540eb9e29094397a1aef398be6d8a35caebff4cd5d5cb57eb31900243d'
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