You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
296 B
11 lines
296 B
11 years ago
|
class CleanmymacBeta < Cask
|
||
|
version 'latest'
|
||
|
sha256 :no_check
|
||
|
|
||
|
url 'http://dl.devmate.com/com.macpaw.CleanMyMac2/beta/CleanMyMac2.zip'
|
||
|
appcast 'http://updateinfo.devmate.com/com.macpaw.CleanMyMac2/beta/updates.xml'
|
||
|
homepage 'http://macpaw.com/cleanmymac'
|
||
|
|
||
|
link 'CleanMyMac 2.app'
|
||
|
end
|