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.
12 lines
407 B
12 lines
407 B
cask :v1 => 'cleanmymac-beta' do
|
|
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',
|
|
:sha256 => '14ab02f182c5d743efe0688569a4f16d941b237f4c917f497fa25a499d529b9a'
|
|
homepage 'http://macpaw.com/cleanmymac'
|
|
license :unknown
|
|
|
|
app 'CleanMyMac 2.app'
|
|
end
|
|
|