homebrew-cask-versions/Casks/trailer.rb
Maurice Kelly 76a5d08517 Update Trailer to 1.2.2
This commit updates the version, the SHA, and the SHA for the
`appcast` param. I couldn't see info for what the SHA was
calculated on, so I downloaded the XML file and calculated it
on that. Please advise if there is something different to be
done.
2015-02-25 12:49:49 +00:00

13 lines
464 B
Ruby

cask :v1 => 'trailer' do
version '1.2.2'
sha256 '3e0093da72ab9debff400c1bba558dc1b7722ffcbc6c6f5e0420de7fe9c1b8f7'
url "http://ptsochantaris.github.io/trailer/trailer#{version.gsub('.','')}.zip"
appcast 'http://ptsochantaris.github.io/trailer/appcast.xml',
:sha256 => '0d255433261dc91f1d07b812c96cc48268370ce748f39fbc2bcbcc08796a6675'
name 'Trailer'
homepage 'http://ptsochantaris.github.io/trailer/'
license :mit
app 'Trailer.app'
end