homebrew-cask/Casks/handbrake.rb

13 lines
441 B
Ruby
Raw Normal View History

2014-11-14 01:26:00 +08:00
cask :v1 => 'handbrake' do
2014-11-23 23:10:46 +08:00
version '0.10.0'
sha256 'c26a1a37d03c977e0296f0198ce11bf74ee5da8aa410ea3b5eef6449e0aa3c9c'
url "http://download.handbrake.fr/releases/#{version}/HandBrake-#{version}-MacOSX.6_GUI_x86_64.dmg"
2014-10-15 23:43:50 +08:00
appcast 'http://handbrake.fr/appcast.x86_64.xml',
:sha256 => 'f0e700c39b76c16dba12ff8b931ae75ae4d764f1e8d1f5b2deb9231e5a445390'
homepage 'https://handbrake.fr'
2014-10-01 23:33:01 +08:00
license :oss
2014-09-16 00:05:40 +08:00
app 'HandBrake.app'
2012-10-14 15:22:32 +08:00
end