homebrew-cask/Casks/perian.rb

15 lines
483 B
Ruby

class Perian < Cask
version '1.2.3'
sha256 '4d1738104613ab4a7322637584ce7b851e4ef85888895360ad827a5f27c62e08'
url "https://perian.cachefly.net/Perian_#{version}.dmg"
homepage 'http://www.perian.org/'
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 the full message from the development team, which points to some alternatives.
EOS
end