mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
this way travis will be able to cover incoming pull requests of new casks by running the audit on them. cool! also: - add checksums to audit - fix missing checksums
6 lines
193 B
Ruby
6 lines
193 B
Ruby
class Makemkv < Cask
|
|
url 'http://www.makemkv.com/download/makemkv_v1.7.8_osx.dmg'
|
|
homepage 'http://www.makemkv.com/'
|
|
version '1.7.8'
|
|
sha1 '33b486d4ae7a6e93dd75fa25411d365bb46b9387'
|
|
end
|