Files
homebrew-cask/Casks/q/qv2ray.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

26 lines
672 B
Ruby

cask "qv2ray" do
version "2.7.0"
sha256 "457e1b70989515ddb9a1bd4c0635d4ea7d5eda17435bd63908151621b1235a97"
url "https://github.com/Qv2ray/Qv2ray/releases/download/v#{version}/Qv2ray-v#{version}-macOS-x64.dmg",
verified: "github.com/Qv2ray/Qv2ray/"
name "Qv2ray"
desc "V2Ray GUI client with extensive protocol support"
homepage "https://qv2ray.net/"
depends_on formula: "v2ray"
depends_on macos: ">= :mojave"
app "qv2ray.app"
zap trash: [
"~/Library/Preferences/com.github.qv2ray.plist",
"~/Library/Preferences/qv2ray",
"~/Library/Saved Application State/com.github.qv2ray.savedState",
]
caveats do
discontinued
end
end