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.
12 lines
341 B
12 lines
341 B
cask 'handbrakecli-nightly' do
|
|
version '20161024182153-514723b'
|
|
sha256 '38b2be2530ca6d1d54553768481608151991203d7804980f0809af273f0d8bc0'
|
|
|
|
url "http://download.handbrake.fr/nightly/HandBrakeCLI-#{version}-master-osx.dmg"
|
|
name 'HandBrake'
|
|
homepage 'https://handbrake.fr'
|
|
|
|
depends_on macos: '>= :lion'
|
|
|
|
binary 'HandBrakeCLI'
|
|
end
|
|
|