homebrew-cask/Casks/opera.rb

19 lines
535 B
Ruby

cask 'opera' do
version '67.0.3575.115'
sha256 '213b4fc5ee73bdaea7a4657480fd74906885ac4b55614cdd70c380bfea0911fc'
url "https://get.geo.opera.com/pub/opera/desktop/#{version}/mac/Opera_#{version}_Setup.dmg"
appcast 'https://ftp.opera.com/pub/opera/desktop/'
name 'Opera'
homepage 'https://www.opera.com/'
auto_updates true
app 'Opera.app'
zap trash: [
'~/Library/Preferences/com.operasoftware.Opera.plist',
'~/Library/Application Support/com.operasoftware.Opera/',
]
end