homebrew-cask/Casks/trailer.rb

23 lines
850 B
Ruby

cask 'trailer' do
version '1.6.16'
sha256 '45ec1b8795a013f73027d66d1c70e6deaf5f413917f91354c770f9203f236019'
# github.com/ptsochantaris/trailer was verified as official when first introduced to the cask
url "https://github.com/ptsochantaris/trailer/releases/download/#{version}/trailer#{version.no_dots}.zip"
appcast 'https://github.com/ptsochantaris/trailer/releases.atom'
name 'Trailer'
homepage 'https://ptsochantaris.github.io/trailer/'
app 'Trailer.app'
uninstall login_item: 'Trailer',
quit: 'com.housetrip.Trailer'
zap trash: [
'~/Library/Application Support/com.housetrip.Trailer',
'~/Library/Caches/com.housetrip.Trailer',
'~/Library/Group Containers/group.Trailer',
'~/Library/Preferences/com.housetrip.Trailer.plist',
]
end