homebrew-cask/Casks/table-tool.rb

18 lines
690 B
Ruby

cask 'table-tool' do
version '1.2.1'
sha256 'e405f5aff5b74a8bb57f9e7dbc483a47d9c7d3d2ef095728d04e030e84017de1'
url "https://github.com/jakob/TableTool/releases/download/v#{version}/tabletool-#{version}.zip"
appcast 'https://github.com/jakob/TableTool/releases.atom'
name 'Table Tool'
homepage 'https://github.com/jakob/TableTool'
app 'Table Tool.app'
zap trash: [
'~/Library/Application Scripts/at.eggerapps.tabletool',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/at.eggerapps.tabletool.sfl2',
'~/Library/Containers/at.eggerapps.tabletool',
]
end