Skip to content

Commit

Permalink
Update CEF to 116.0.15+g0b8c265+chromium-116.0.5845.111
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Aug 25, 2023
1 parent 1986190 commit 9fb8606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buildactions/install_cef.lua
Expand Up @@ -9,8 +9,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"

-- Change here to update CEF version
local CEF_VERSION = "116.0.14+g376a780+chromium-116.0.5845.97"
local CEF_HASH = "90d949ef28038c25e01f89299f4b3c76e8c4089c39706fb36ff6c54a143f4788"
local CEF_VERSION = "116.0.15+g0b8c265+chromium-116.0.5845.111"
local CEF_HASH = "315d0cd104c01eddd6c5330923e8d7a79ecbdec77dd334053714bec26ec836df"

function make_cef_download_url()
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
Expand Down

0 comments on commit 9fb8606

Please sign in to comment.