homebrew-cask/Casks/setapp.rb

29 lines
1.2 KiB
Ruby

cask 'setapp' do
version '1.18.1,1539860348'
sha256 'bc240c0c64ff352fe17011408db00c85c5571cba0fb266d59655623e14eea9e0'
# devmate.com/com.setapp.InstallSetapp was verified as official when first introduced to the cask
url "https://dl.devmate.com/com.setapp.InstallSetapp/#{version.before_comma}/#{version.after_comma}/InstallSetapp-#{version.before_comma}.zip"
appcast 'https://updates.devmate.com/com.setapp.InstallSetapp.xml'
name 'Setapp'
homepage 'https://setapp.com/'
auto_updates true
installer manual: 'Install Setapp.app'
uninstall script: {
executable: "#{appdir}/Setapp.app/Contents/Resources/SetappUninstaller.app/Contents/Resources/removeSetapp.sh",
sudo: true,
}
zap trash: [
'~/Library/Application Scripts/com.setapp.DesktopClient.SetappAgent.FinderSyncExt',
'~/Library/Caches/com.setapp.DesktopClient',
'~/Library/Caches/com.setapp.DesktopClient.SetappAgent',
'~/Library/Logs/Setapp',
'~/Library/Preferences/com.setapp.DesktopClient.SetappAgent.plist',
'~/Library/Saved Application State/com.setapp.DesktopClient.savedState',
]
end