Skip to content

Commit

Permalink
internal: update CEF to 108.4.13 (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 authored Jan 27, 2023
1 parent 8b3e6d5 commit a0c5004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions overlay_ports/cef-prebuilt/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(CEF_URL "https://cef-builds.spotifycdn.com/cef_binary_107.1.9+g1f0a21a+chromium-107.0.5304.110_windows64.tar.bz2")
set(CEF_URL "https://cef-builds.spotifycdn.com/cef_binary_108.4.13+ga98cd4c+chromium-108.0.5359.125_windows64.tar.bz2")

vcpkg_download_distfile(ARCHIVE
URLS ${CEF_URL}
FILENAME "cef.tar.bz2"
SHA512 81e4ce641cbf44f35bc09ff471d1893b9ce037ce27f399af8898be429b745a8e0f5fa8cfa203965f55b74d335dec94f7be4b9a73b0f0fbe71b5fbab0f8116e49
SHA512 a11f1a266ba35d86ff272f5c71ba553cdf3b30aa0478556cb7973e644716bb0bfa7f2b3a57b78e573ec2e6132f48b36fd8189978ecb548876e4dc8c8c3aad59f
)

vcpkg_extract_source_archive_ex(
Expand Down
2 changes: 1 addition & 1 deletion overlay_ports/cef-prebuilt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cef-prebuilt",
"version-semver": "107.1.9",
"version-semver": "108.4.13",
"supports": "windows & x64"
}

0 comments on commit a0c5004

Please sign in to comment.