mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
10 lines
257 B
Ruby
10 lines
257 B
Ruby
class MasterKey < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://macinmind.com/MasterKey.dmg'
|
|
appcast 'http://macinmind.com/pads/MasterKeyappcast.xml'
|
|
homepage 'http://macinmind.com/?area=app&app=masterkey&pg=info'
|
|
|
|
app 'Master Key.app'
|
|
end
|