Skip to content

Commit

Permalink
Update CEF to 119.4.3+gc76a3b9+chromium-119.0.6045.159
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Nov 21, 2023
1 parent 6ca5ebd commit 812295b
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 = "119.3.1+gf768881+chromium-119.0.6045.124"
local CEF_HASH = "59d8ead17a8cb355b0a1d2b3d57e94139ccb7fe6c33c9e7365451ee5c7e7e7f4"
local CEF_VERSION = "119.4.3+gc76a3b9+chromium-119.0.6045.159"
local CEF_HASH = "d967089e9bc352a2462ea318505e6085d991532bffaaba43710737cd61ca9a38"

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

0 comments on commit 812295b

Please sign in to comment.