homebrew-cask/Casks/tableplus.rb

24 lines
891 B
Ruby

cask 'tableplus' do
version '3.6.2,322'
sha256 'c8259a6e5a1112ae6924f0bde51209c5b646a0b539dc5572ff8badf8f103c975'
# tableplus-osx-builds.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://tableplus-osx-builds.s3.amazonaws.com/#{version.after_comma}/TablePlus.dmg"
appcast 'https://tableplus.io/osx/version.xml',
must_contain: version.after_comma
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',
'~/Library/Saved Application State/com.tinyapp.TablePlus.savedState',
]
end