Skip to content

Commit

Permalink
display-pilot 1.5.0.0 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Jan 16, 2025
1 parent c39f927 commit ad90871
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Casks/d/display-pilot.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cask "display-pilot" do
version "1.5.0.0"
sha256 "fedc92cf50f1f3264709b4dffc031aa456bd8f252fea03f72f36eb968586cd4b"

url "https://qspublic.s3.ap-southeast-1.amazonaws.com/qspublic/qs_app/1001/Display%20Pilot%202Setup-#{version}-release.dmg",
verified: "qspublic.s3.ap-southeast-1.amazonaws.com/qspublic/"
name "Display Pilot 2"
desc "Streamlines display control: brightness, inputs, pivot, and more"
homepage "https://www.benq.com/en-ap/monitor/software/display-pilot-2.html"

livecheck do
url "https://www.benq.com/en-ap/monitor/software/display-pilot-2/spec.html"
regex(/macOS\s*<.*?>\s*v?(\d+(?:\.\d+)+)/im)
end

depends_on macos: ">= :big_sur"

app "Display Pilot 2.app"

zap trash: "~/Library/Preferences/com.benq.DisplayPilot2.plist"
end

0 comments on commit ad90871

Please sign in to comment.