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.
15 lines
352 B
15 lines
352 B
cask 'opera-neon' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://get.geo.opera.com/.private/OperaNeon.dmg'
|
|
name 'Opera Neon'
|
|
homepage 'https://www.opera.com/computer/neon'
|
|
|
|
app 'Opera Neon.app'
|
|
|
|
zap delete: [
|
|
'~/Library/Application Support/Opera Neon',
|
|
'~/Library/Caches/Opera Neon',
|
|
]
|
|
end
|
|
|