mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Cocktail is a general purpose utility for OS X that lets you clean, repair and optimize your Mac. It is a powerful digital toolset that helps hundreds of thousands of Mac users around the world get the most out of their computers every day.
7 lines
169 B
Ruby
7 lines
169 B
Ruby
class Cocktail < Cask
|
|
url 'http://usa.maintain.se/CocktailMLE.dmg'
|
|
homepage 'http://maintain.se/cocktail'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Cocktail.app'
|
|
end
|