mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
19 lines
530 B
Ruby
19 lines
530 B
Ruby
cask "operadriver" do
|
|
version "122.0.6261.95"
|
|
sha256 "524b5bdf2ce1db3570e5d47dfd7f668339397fbbcec54c2447eff92ab20e3339"
|
|
|
|
url "https://github.com/operasoftware/operachromiumdriver/releases/download/v.#{version}/operadriver_mac64.zip"
|
|
name "OperaChromiumDriver"
|
|
desc "Driver for Chromium-based Opera releases"
|
|
homepage "https://github.com/operasoftware/operachromiumdriver"
|
|
|
|
livecheck do
|
|
url :url
|
|
regex(/^v?\.?(\d+(?:\.\d+)+)$/i)
|
|
end
|
|
|
|
binary "operadriver_mac64/operadriver"
|
|
|
|
# No zap stanza required
|
|
end
|