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.4'
sha256 '3daf054656f635a1ec17eb84fac56867da0511b206c7b6a4b4f80562f4fa1f4b'
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',
2015-05-08 00:56:23 +08:00
:sha256 => 'aaf3f91888b757ec234643a9f45259fd9650a687c6146c723084e7d80979a6a4'
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