cask "opera" do version "108.0.5067.20" sha256 "be3850f57e1424c4d31511df3926e1b14de780f83cc5f1b9569f8bb9c029e8da" url "https://get.geo.opera.com/pub/opera/desktop/#{version}/mac/Opera_#{version}_Setup.dmg" name "Opera" desc "Web browser" homepage "https://www.opera.com/" livecheck do url "https://ftp.opera.com/pub/opera/desktop/" regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i) end auto_updates true app "Opera.app" zap trash: [ "~/Library/Application Support/com.operasoftware.Opera", "~/Library/Caches/com.operasoftware.Installer.Opera", "~/Library/Caches/com.operasoftware.Opera", "~/Library/Preferences/com.operasoftware.Opera.plist", "~/Library/Saved Application State/com.operasoftware.Opera.savedState", ] end