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