mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
8 lines
310 B
Ruby
8 lines
310 B
Ruby
class Handbrakebatch < Cask
|
|
url 'http://www.osomac.com/appcasts/handbrakebatch/HandBrakeBatch.zip'
|
|
appcast 'https://www.osomac.com/appcasts/handbrakebatch/HandBrakeBatch.xml'
|
|
homepage 'http://www.osomac.com/apps/osx/handbrake-batch/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'HandBrakeBatch.app'
|
|
end
|