homebrew-cask/Casks/perian.rb

15 lines
478 B
Ruby
Raw Normal View History

2014-01-18 07:39:17 +08:00
class Perian < Cask
version '1.2.3'
2014-02-15 12:37:25 +08:00
sha256 '4d1738104613ab4a7322637584ce7b851e4ef85888895360ad827a5f27c62e08'
url 'https://perian.cachefly.net/Perian_1.2.3.dmg'
homepage 'http://www.perian.org/'
2014-01-18 07:39:17 +08:00
prefpane 'Perian.prefPane'
2014-01-21 04:10:25 +08:00
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
2014-01-18 07:39:17 +08:00
end