homebrew-cask/Casks/perian.rb

16 lines
443 B
Ruby
Raw Normal View History

2014-11-14 01:26:37 +08:00
cask :v1 => 'perian' do
2014-01-18 07:39:17 +08:00
version '1.2.3'
2014-02-15 12:37:25 +08:00
sha256 '4d1738104613ab4a7322637584ce7b851e4ef85888895360ad827a5f27c62e08'
2014-09-26 20:09:06 +08:00
url "https://perian.cachefly.net/Perian_#{version}.dmg"
homepage 'http://www.perian.org/'
2014-10-01 23:33:36 +08:00
license :unknown
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 more information.
EOS
2014-01-18 07:39:17 +08:00
end