homebrew-cask/Casks/trailer.rb

14 lines
464 B
Ruby
Raw Normal View History

2014-11-14 01:27:12 +08:00
cask :v1 => 'trailer' do
version '1.3.1'
sha256 '7be6fb7479d51d31ff535bc5c61a2a2532149a0caf866788014d5ee12938ed1e'
2014-11-12 00:06:16 +08:00
url "http://ptsochantaris.github.io/trailer/trailer#{version.gsub('.','')}.zip"
appcast 'http://ptsochantaris.github.io/trailer/appcast.xml',
:sha256 => '0d255433261dc91f1d07b812c96cc48268370ce748f39fbc2bcbcc08796a6675'
2015-01-23 06:14:52 +08:00
name 'Trailer'
homepage 'http://ptsochantaris.github.io/trailer/'
license :mit
2014-09-16 00:06:31 +08:00
app 'Trailer.app'
end