homebrew-cask/Casks/trailer.rb

14 lines
467 B
Ruby
Raw Normal View History

2014-11-14 01:27:12 +08:00
cask :v1 => 'trailer' do
2015-11-14 07:00:56 +08:00
version '1.3.10'
sha256 '85b6f65683e0a639e170a36b120a821664a37b6fbf011d6c849024bd3383e41f'
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',
2015-05-08 00:56:23 +08:00
:sha256 => 'aaf3f91888b757ec234643a9f45259fd9650a687c6146c723084e7d80979a6a4'
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