homebrew-cask/Casks/opera.rb

19 lines
534 B
Ruby

cask 'opera' do
version '69.0.3686.77'
sha256 '9d0a68a9a9d96933bef4c67d85d3d4ccdd56913278548d1568f07cba35faf1a3'
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