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-10 06:12:59 +08:00
version '1.4.1'
sha256 '218cac2f18847306292d1046cf416e697bf463d59c4e440e5cf412178a6857a2'
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-10 06:12:59 +08:00
checkpoint: 'c0c76e12e4d1bc700e73cd37dea74e95103a483741ed43b2bdd9abafc9b3de49'
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