Skip to content

displaylink 1.12.3 #214423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions Casks/d/displaylink.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
end
end
on_monterey :or_newer do
version "1.12.2,2025-05"
sha256 "f1a034dc11431266f2fdd06e658d21af4f80267d8b9c0bfa44a3b19bd484210b"
version "1.12.3,2025-05"
sha256 "022c3a023890ca98cdf0d80328fbd14d3d46c8939eacd520c62b958ad8ac082a"

url "https://www.synaptics.com/sites/default/files/exe_files/#{version.csv.second}/DisplayLink%20Manager%20Graphics%20Connectivity#{version.csv.first}-EXE.pkg"
url "https://www.synaptics.com/sites/default/files/exe_files/#{version.csv.second}/DisplayLink%20Manager%20Graphics%20Connectivity#{version.csv.first}-EXE.zip"

livecheck do
url "https://www.synaptics.com/products/displaylink-graphics/downloads/macos"
Expand All @@ -59,7 +59,11 @@
end
end

pkg "DisplayLink Manager Graphics Connectivity#{version.csv.first}-EXE.pkg"
pkg "DisplayLinkManager.pkg"

preflight do
staged_path.glob("DisplayLinkManager-*.pkg").first.rename("#{staged_path}/DisplayLinkManager.pkg")
end
end

name "DisplayLink USB Graphics Software"
Expand Down