homebrew-cask/Casks/trailer.rb

13 lines
447 B
Ruby
Raw Normal View History

2014-11-14 01:27:12 +08:00
cask :v1 => 'trailer' do
2014-11-21 01:52:17 +08:00
version '1.1.5'
sha256 'fac5b10d2613ef64a56a198e385a0d772ebd333386abca6efbc1c71481c02166'
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',
2014-11-21 01:52:17 +08:00
:sha256 => 'eca7558a05e4984335438eb7fbb1e341a6ada3fb6217db0dfdb0a672701a9e89'
homepage 'http://ptsochantaris.github.io/trailer/'
license :mit
2014-09-16 00:06:31 +08:00
app 'Trailer.app'
end