homebrew-cask/Casks/trailer.rb

14 lines
461 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'trailer' do
2016-01-30 08:35:50 +08:00
version '1.3.12'
sha256 '805ef72eb9b6ee9ff502d668548bdb87359a85ac525bedf76f4042c75d0dcba2'
url "https://ptsochantaris.github.io/trailer/trailer#{version.delete('.')}.zip"
2015-06-29 14:32:18 +08:00
appcast 'https://ptsochantaris.github.io/trailer/appcast.xml',
2016-01-30 08:35:50 +08:00
checkpoint: '572835f7a7a74bae6f894fe500ecb20385d38cf887fc38d3be2522b2cb4e75e4'
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'
end