mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
240 B
Ruby
7 lines
240 B
Ruby
class Makemkv < Cask
|
|
url 'http://www.makemkv.com/download/makemkv_v1.8.8_osx.dmg'
|
|
homepage 'http://www.makemkv.com/'
|
|
version '1.8.8'
|
|
sha256 '3781cc41523417bd87d44177ed5d3943d8e37f18d8c398f90d799a76f4761dcd'
|
|
link 'MakeMKV.app'
|
|
end
|