homebrew-cask/Casks/grids.rb

21 lines
532 B
Ruby

cask 'grids' do
version '5.1'
sha256 '41a5086a8e1898d6a1c249fe4a376ee3c828e88210609957b46bad382510c25c'
url "https://gridsapp.net/bin/Grids_#{version}.zip"
appcast 'https://gridsapp.net/appcast.json'
name 'Grids'
homepage 'https://gridsapp.net/'
auto_updates true
app 'Grids.app'
uninstall quit: 'com.thinktimecreations.Grids'
zap trash: [
'~/Library/Application Support/ThinkTimeCreations/Grids',
'~/Library/Preferences/com.thinktimecreations.Grids.plist',
]
end