homebrew-cask/Casks/airtable.rb

26 lines
863 B
Ruby
Raw Normal View History

2016-09-30 11:17:48 +08:00
cask 'airtable' do
version '1.4.3'
sha256 '89fd145989d0c89ac06aed7a2cd8bbdc4dfd81703319dd10e38da4688fa5b0c2'
2016-09-30 11:17:48 +08:00
2017-08-10 09:12:58 +08:00
url "https://static.airtable.com/download/macos/Airtable-#{version}.dmg"
2019-02-24 09:19:40 +08:00
appcast 'https://airtable.com/mac'
2016-09-30 11:17:48 +08:00
name 'Airtable'
homepage 'https://airtable.com/'
2018-05-24 03:58:26 +08:00
auto_updates true
2016-09-30 11:17:48 +08:00
app 'Airtable.app'
2019-11-24 00:03:41 +08:00
uninstall quit: 'com.FormaGrid.Airtable'
zap trash: [
'/Library/Logs/DiagnosticReports/Airtable*.*_resource.diag',
'~/Library/Logs/Airtable',
'~/Library/Caches/com.FormaGrid.Airtable*',
'~/Library/Cookies/com.FormaGrid.Airtable.binarycookies',
'~/Library/Application Support/Airtable',
'~/Library/Preferences/com.FormaGrid.Airtable*.plist',
'~/Library/Preferences/ByHost/com.FormaGrid.Airtable.ShipIt.*.plist',
]
2016-09-30 11:17:48 +08:00
end