homebrew-cask/Casks/perian.rb

16 lines
540 B
Ruby

cask :v1 => 'perian' do
version '1.2.3'
sha256 '4d1738104613ab4a7322637584ce7b851e4ef85888895360ad827a5f27c62e08'
url "https://perian.cachefly.net/Perian_#{version}.dmg"
homepage 'http://www.perian.org/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
prefpane 'Perian.prefPane'
caveats <<-EOS.undent
Perian development officially stopped as of 2012, and 1.2.3 was the final released version.
See the Perian homepage for more information.
EOS
end