Skip to content

Commit

Permalink
opera@beta: migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed Apr 30, 2024
1 parent 64ad6d1 commit d8800e5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Casks/o/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask "opera@beta" do
version "110.0.5130.13"
sha256 "ebec460c5e22d5f17402401521c52e5e03ca2f6aefcdd8be9c34f1c6a0983368"

url "https://get.geo.opera.com/pub/opera-beta/#{version}/mac/Opera_beta_#{version}_Setup.dmg"
name "Opera Beta"
desc "Web browser"
homepage "https://www.opera.com/computer/beta"

livecheck do
url "https://get.geo.opera.com/pub/opera-beta/"
regex(%r{href=["']?v?(\d+(?:\.\d+)+)/?["' >]}i)
end

auto_updates true

app "Opera Beta.app"

zap trash: [
"~/Library/Application Support/com.operasoftware.OperaNext",
"~/Library/Caches/com.operasoftware.OperaNext",
"~/Library/Preferences/com.operasoftware.OperaNext.plist",
]
end

0 comments on commit d8800e5

Please sign in to comment.