homebrew-cask/Casks/xit.rb

20 lines
808 B
Ruby

cask 'xit' do
version '1.0b8'
sha256 'd75ff6baa6743be50edcfb4e5c1dab12dba6759e397cf694eefe3885be231138'
url "https://github.com/Uncommon/Xit/releases/download/#{version}/Xit.zip"
appcast 'https://github.com/Uncommon/Xit/releases.atom',
checkpoint: '124eb7a3ebfac3e00781c69364aefb825323d7b81cb3c8c7bdc661d0be06aef2'
name 'Xit'
homepage 'https://github.com/Uncommon/Xit'
app 'Xit.app'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.uncommonplace.xit.sfl*',
'~/Library/Caches/com.uncommonplace.Xit',
'~/Library/Preferences/com.uncommonplace.Xit.plist',
'~/Library/Saved Application State/com.uncommonplace.Xit.savedState',
]
end