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.
10 lines
296 B
10 lines
296 B
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
|
|
|