homebrew-cask/Casks/trailer.rb

20 lines
687 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'trailer' do
2016-06-18 06:50:02 +08:00
version '1.4.2'
sha256 '5dcf11adda16d08e26616eb2df672c06d0b40ccd15cbc2c9454cd946a10ff3fa'
2016-03-03 13:09:02 +08:00
url "https://ptsochantaris.github.io/trailer/trailer#{version.no_dots}.zip"
2015-06-29 14:32:18 +08:00
appcast 'https://ptsochantaris.github.io/trailer/appcast.xml',
2016-06-18 06:50:02 +08:00
checkpoint: 'a1371c4826b3cbc6cdb8cb089332192d9186d029248de3da6ca48d0103bbcfeb'
2015-01-23 06:14:52 +08:00
name 'Trailer'
2015-06-29 14:32:18 +08:00
homepage 'https://ptsochantaris.github.io/trailer/'
license :mit
2014-09-16 00:06:31 +08:00
app 'Trailer.app'
2016-05-14 06:25:40 +08:00
zap delete: [
'~/Library/Application Support/com.housetrip.Trailer',
'~/Library/Caches/com.housetrip.Trailer',
'~/Library/Preferences/com.housetrip.Trailer.plist',
]
end