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.5'
sha256 '906b13316d243c7791c1258f5b895a1528148808c9c3cc1e9dc7a36c50495ebe'
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