homebrew-cask/Casks/tableplus.rb

23 lines
847 B
Ruby

cask 'tableplus' do
version '1.0,91'
sha256 'aabd7b2fb5a79680e7c08e2fce4e7debbdb8ba22878a9ff0b7eff221cab1ed2c'
# s3.amazonaws.com/tableplus-osx-builds was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/tableplus-osx-builds/#{version.after_comma}/TablePlus.zip"
appcast 'https://tableplus.io/osx/version.xml',
checkpoint: '65f90315f451140805df174b01fba1f14a62684ddd2bdebe61b9291164c596c1'
name 'TablePlus'
homepage 'https://tableplus.io/'
auto_updates true
app 'TablePlus.app'
zap trash: [
'~/Library/Application Support/com.tinyapp.TablePlus',
'~/Library/Caches/com.tinyapp.TablePlus',
'~/Library/Cookies/com.tinyapp.TablePlus.binarycookies',
'~/Library/Preferences/com.tinyapp.TablePlus.plist',
]
end