You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
298 B
10 lines
298 B
class HandbrakecliNightly < Cask
|
|
version '6419svn'
|
|
sha256 '3fcd67ddda23ba406789f0f00c9d501fd85a6c6348385ba6da8550db0fcfefb2'
|
|
|
|
url 'http://download.handbrake.fr/nightly/HandBrake-6419svn-MacOSX.6_CLI_x86_64.dmg'
|
|
homepage 'http://handbrake.fr'
|
|
license :unknown
|
|
|
|
binary 'HandBrakeCLI'
|
|
end
|
|
|