homebrew-cask/Casks/tableplus.rb

22 lines
758 B
Ruby

cask 'tableplus' do
version '1.0,136'
sha256 '7e7a592dfe317db71425d869a92d0933a1110b22feb25841a8d993b9b87fc8fd'
# 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.dmg"
appcast 'https://tableplus.io/osx/version.xml'
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