mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
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.
13 lines
464 B
Ruby
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
|